public class NewEncryptedIDImpl extends EncryptedElementImpl implements NewEncryptedID
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 | Field and Description |
---|---|
String |
elementName |
xmlString
Constructor and Description |
---|
NewEncryptedIDImpl(Element element)
Constructor to create
NewEncryptedID Object. |
NewEncryptedIDImpl(String xmlString)
Constructor to create
NewEncryptedID Object. |
Modifier and Type | Method and Description |
---|---|
NewID |
decrypt(Set<PrivateKey> privateKeys)
Returns an instance of
NewID object. |
toXMLString, toXMLString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toXMLString, toXMLString
public final String elementName
public NewEncryptedIDImpl(Element element) throws SAML2Exception
NewEncryptedID
Object.element
- Document Element of
NewEncryptedID object.
SAML2Exception
- if NewEncryptedID cannot be created.
public NewEncryptedIDImpl(String xmlString) throws SAML2Exception
NewEncryptedID
Object.xmlString
- XML Representation of
the NewEncryptedID object.
SAML2Exception
- if NewEncryptedID cannot be created.
public NewID decrypt(Set<PrivateKey> privateKeys) throws SAML2Exception
NewEncryptedID
NewID
object.decrypt
in interface NewEncryptedID
privateKeys
- Private keys of the recipient used to decrypt the secret key.NewID
object.SAML2Exception
- if error occurs.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.