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