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 anNewEncryptedIDobject.ManageNameIDRequest.getNewEncryptedID()Returns the value of thenewEncryptedIDproperty.Methods in com.sun.identity.saml2.protocol with parameters of type NewEncryptedIDModifier and TypeMethodDescriptionvoidManageNameIDRequest.setNewEncryptedID(NewEncryptedID value) Sets the value of thenewEncryptedIDproperty.