Package | Description |
---|---|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.saml2.protocol.impl |
SAMLv2 Protocol Implemenetation Classes.
|
Modifier and Type | Method and Description |
---|---|
NewEncryptedID |
ProtocolFactory.createNewEncryptedID(Element value)
Returns an immutable new encrypted identifier object.
|
NewEncryptedID |
ProtocolFactory.createNewEncryptedID(String value)
Returns an immutable new encrypted identifier object.
|
NewEncryptedID |
NewID.encrypt(Key recipientPublicKey,
String dataEncAlgorithm,
int dataEncStrength,
String recipientEntityID)
Returns an
NewEncryptedID object. |
NewEncryptedID |
ManageNameIDRequest.getNewEncryptedID()
Returns the value of the
newEncryptedID property. |
Modifier and Type | Method and Description |
---|---|
void |
ManageNameIDRequest.setNewEncryptedID(NewEncryptedID value)
Sets the value of the
newEncryptedID property. |
Modifier and Type | Class and Description |
---|---|
class |
NewEncryptedIDImpl
Java content class for NewEncryptedID element declaration.
|
Modifier and Type | Method and Description |
---|---|
NewEncryptedID |
NewIDImpl.encrypt(Key recipientPublicKey,
String dataEncAlgorithm,
int dataEncStrength,
String recipientEntityID)
Returns an
NewEncryptedID object. |
NewEncryptedID |
ManageNameIDRequestImpl.getNewEncryptedID()
Returns the value of the
NewEncryptedID object. |
Modifier and Type | Method and Description |
---|---|
void |
ManageNameIDRequestImpl.setNewEncryptedID(NewEncryptedID value)
Sets the value of the
newEncryptedID property. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.