public interface NewEncryptedID extends EncryptedElement
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"/>
Modifier and Type | Method and Description |
---|---|
NewID |
decrypt(Key recipientPrivateKey)
Returns an instance of
NewID object. |
toXMLString, toXMLString
NewID decrypt(Key recipientPrivateKey) throws SAML2Exception
NewID
object.recipientPrivateKey
- Private key of the recipient used to
decrypt the secret keyNewID
object.SAML2Exception
- if error occurs.Copyright © 2010-2013, ForgeRock All Rights Reserved.