Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.assertion.impl |
Modifier and Type | Method and Description |
---|---|
EncryptedAssertion |
AssertionFactory.createEncryptedAssertion(Element elem)
Returns a new instance of
EncryptedAssertion . |
EncryptedAssertion |
AssertionFactory.createEncryptedAssertion(String xml)
Returns a new instance of
EncryptedAssertion . |
EncryptedAssertion |
Assertion.encrypt(Key recipientPublicKey,
String dataEncAlgorithm,
int dataEncStrength,
String recipientEntityID)
Returns an
EncryptedAssertion object. |
Modifier and Type | Class and Description |
---|---|
class |
EncryptedAssertionImpl
The
EncryptedAssertion represents an assertion in
encrypted fashion, as defined by the XML Encryption Syntax and
Processing specification [XMLEnc]. |
Modifier and Type | Method and Description |
---|---|
EncryptedAssertion |
AssertionImpl.encrypt(Key recipientPublicKey,
String dataEncAlgorithm,
int dataEncStrength,
String recipientEntityID)
Returns an
EncryptedAssertion object. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.