Package com.sun.identity.saml2.protocol
Interface NewEncryptedID
- 
- All Superinterfaces:
 EncryptedElement,XmlSerializable
@SupportedAll public interface NewEncryptedID extends EncryptedElement
Java content class for NewEncryptedID element declaration.The following schema fragment specifies the expected content contained within this java content object.
<element name="NewEncryptedID" type="{urn:oasis:names:tc:SAML:2.0:assertion}EncryptedElementType"/> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewIDdecrypt(Set<PrivateKey> privateKeys)Returns an instance ofNewIDobject.- 
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
decrypt
NewID decrypt(Set<PrivateKey> privateKeys) throws SAML2Exception
Returns an instance ofNewIDobject.- Parameters:
 privateKeys- Private keys of the recipient used to decrypt the secret key.- Returns:
 NewIDobject.- Throws:
 SAML2Exception- if error occurs.
 
 - 
 
 -