|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.ac.Extension issrg.ac.attributes.NoAssertion
public class NoAssertion
Field Summary | |
---|---|
static java.lang.String |
NO_ASSERTION_OID
The string stores the standard OID for the NoAssertion extension: 2.5.29.62 |
Fields inherited from class issrg.ac.Extension |
---|
critical, extnID, Null, theObject |
Constructor Summary | |
---|---|
NoAssertion()
This method creates a default NoAssertion object. |
|
NoAssertion(NoAssertion e)
Creates a new instance of NoAssertion based on an existing NoAssertion extension |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
void |
decodeValue(ASN1Object ao)
This method decodes an ASN1Object to get the extension value for the object. |
ASN1Object |
encodeValue()
This method encodes the extension value of the object. |
java.lang.String |
extensionValueToString(java.lang.String ident)
This method returns the String representation of the extension value. |
static void |
registerMe()
This method registers this extension as an extension with a specific OID. |
Methods inherited from class issrg.ac.Extension |
---|
decode, getExtensionOID, getExtensionValue, isCritical, setCritical, setExtensionOID, setExtensionValue, toASN1Object, toString, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NO_ASSERTION_OID
Constructor Detail |
---|
public NoAssertion(NoAssertion e)
e
- is an existing NoAssertion extensionpublic NoAssertion()
Method Detail |
---|
public static void registerMe()
public java.lang.Object clone()
clone
in class Extension
public ASN1Object encodeValue()
encodeValue
in class Extension
public void decodeValue(ASN1Object ao) throws CodingException
decodeValue
in class Extension
ao
- is an ASN1Object that is going to be decoded to get the extension value.
CodingException
public java.lang.String extensionValueToString(java.lang.String ident)
Extension
Override this method if you need more user-friendly output of your custom extension value.
extensionValueToString
in class Extension
ident
- - the indentation to use at the beginning of each line to
make the text human-friendly
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |