@Deprecated public class EncryptableNameIdentifier extends Object
NameIdentifier
object.Modifier | Constructor and Description |
---|---|
protected |
EncryptableNameIdentifier()
Deprecated.
Default Constructor.
|
|
EncryptableNameIdentifier(Element nameIdentifier)
Deprecated.
Constructs a
EncryptedNameIdentifer element from
the Document Element. |
|
EncryptableNameIdentifier(NameIdentifier ni)
Deprecated.
Constructor creates
EncryptableNameIdentifier object. |
|
EncryptableNameIdentifier(String name,
String nameQualifier,
String format,
Date issueInstant,
String nonce)
Deprecated.
Constructor creates
EncryptableNameIdentifier object. |
Modifier and Type | Method and Description |
---|---|
String |
getFormat()
Deprecated.
Returns value of the
Format attribute. |
Date |
getIssueInstant()
Deprecated.
Returns the Issue Instant.
|
String |
getName()
Deprecated.
Returns the name from
NameQualifier . |
String |
getNameQualifier()
Deprecated.
Returns the
NameQualifier attribute. |
String |
getNonce()
Deprecated.
Retunrs the nounce.
|
boolean |
setFormat(String format)
Deprecated.
Sets the
Format attribute. |
protected boolean |
setName(String name)
Deprecated.
Sets the name attribute.
|
boolean |
setNameQualifier(String nameQualifier)
Deprecated.
Sets
nameQualifier attribute. |
String |
toString()
Deprecated.
Returns a String representation of the element.
|
String |
toString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns String representation of the
<EncryptableNameIdentifier> element. |
protected EncryptableNameIdentifier()
public EncryptableNameIdentifier(NameIdentifier ni)
EncryptableNameIdentifier
object.ni
- the NameIdentifier
object to be encrypted.FSException
- if there is an error.public EncryptableNameIdentifier(String name, String nameQualifier, String format, Date issueInstant, String nonce)
EncryptableNameIdentifier
object.name
- The name of the NameIdentifier.nameQualifier
- The nameQualifier of the NameIdentifier.format
- The format of the NameIdentifier.issueInstant
- the Issue Instantnonce
- The nonce of the NameIdentifier.FSException
- if there is an error.public EncryptableNameIdentifier(Element nameIdentifier)
EncryptedNameIdentifer
element from
the Document Element.nameIdentifier
- a org.w3c.dom.Element
representing DOM tree for EncryptableNameIdentifier
objectFSException
- if it could not process the
org.w3c.dom.Element
properly, implying that there
is an error in the sender or in the element definition.public String getFormat()
Format
attribute.Format
attribute.public boolean setFormat(String format)
Format
attribute.format
- the value of the Format
attribute.public String getNameQualifier()
NameQualifier
attribute.nameQualifier
.public boolean setNameQualifier(String nameQualifier)
nameQualifier
attribute.nameQualifier
- the nameQualifier
attribute.protected boolean setName(String name)
name
- name of the nameQualifier
.public String getName()
NameQualifier
.NameQualifier
.public String getNonce()
public Date getIssueInstant()
public String toString()
public String toString(boolean includeNS, boolean declareNS)
<EncryptableNameIdentifier>
element.includeNS
- Determines whether or not the namespace qualifier is
prepended to the Element when converted.declareNS
- Determines whether or not the namespace is declared
within the Element.Copyright © 2010-2018, ForgeRock All Rights Reserved.