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 NewEncryptedIDProtocolFactory. createNewEncryptedID(String value)Returns an immutable new encrypted identifier object.NewEncryptedIDProtocolFactory. createNewEncryptedID(Element value)Returns an immutable new encrypted identifier object.NewEncryptedIDNewID. encrypt(com.sun.identity.saml2.key.EncryptionConfig encryptionConfig, String recipientEntityID)Returns anNewEncryptedIDobject.NewEncryptedIDManageNameIDRequest. getNewEncryptedID()Returns the value of thenewEncryptedIDproperty.Methods in com.sun.identity.saml2.protocol with parameters of type NewEncryptedID Modifier and Type Method Description voidManageNameIDRequest. setNewEncryptedID(NewEncryptedID value)Sets the value of thenewEncryptedIDproperty.
-