Uses of Interface
com.sun.identity.saml2.protocol.NewEncryptedID
-
Packages that use NewEncryptedID Package Description com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of NewEncryptedID in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return NewEncryptedID Modifier and Type Method Description NewEncryptedID
ProtocolFactory. createNewEncryptedID(String value)
Returns an immutable new encrypted identifier object.NewEncryptedID
ProtocolFactory. createNewEncryptedID(Element value)
Returns an immutable new encrypted identifier object.NewEncryptedID
NewID. encrypt(com.sun.identity.saml2.key.EncryptionConfig encryptionConfig, String recipientEntityID)
Returns anNewEncryptedID
object.NewEncryptedID
ManageNameIDRequest. getNewEncryptedID()
Returns the value of thenewEncryptedID
property.Methods in com.sun.identity.saml2.protocol with parameters of type NewEncryptedID Modifier and Type Method Description void
ManageNameIDRequest. setNewEncryptedID(NewEncryptedID value)
Sets the value of thenewEncryptedID
property.
-