Uses of Interface
com.sun.identity.saml2.assertion.EncryptedElement
-
Packages that use EncryptedElement Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of EncryptedElement in com.sun.identity.saml2.assertion
Subinterfaces of EncryptedElement in com.sun.identity.saml2.assertion Modifier and Type Interface Description interface
EncryptedAssertion
TheEncryptedAssertion
represents an assertion in encrypted fashion, as defined by the XML Encryption Syntax and Processing specification [XMLEnc].interface
EncryptedAttribute
TheEncryptedAttribute
element represents a SAML attribute in encrypted fashion.interface
EncryptedID
TheEncryptedID
carries the content of an unencrypted identifier in encrypted fashion. -
Uses of EncryptedElement in com.sun.identity.saml2.protocol
Subinterfaces of EncryptedElement in com.sun.identity.saml2.protocol Modifier and Type Interface Description interface
NewEncryptedID
Java content class for NewEncryptedID element declaration.
-