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(Set<PrivateKey> privateKeys)
Returns an instance of
NewID object. |
toXMLString, toXMLString
NewID decrypt(Set<PrivateKey> privateKeys) throws SAML2Exception
NewID
object.privateKeys
- Private keys of the recipient used to decrypt the secret key.NewID
object.SAML2Exception
- if error occurs.Copyright © 2010-2018, ForgeRock All Rights Reserved.