|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectissrg.ac.Extension
issrg.ac.extensions.AuthorityInformationAccess
public class AuthorityInformationAccess
| Field Summary |
|---|
| Fields inherited from class issrg.ac.Extension |
|---|
critical, extnID, Null, theObject |
| Constructor Summary | |
|---|---|
AuthorityInformationAccess()
|
|
AuthorityInformationAccess(ASN1Object ao)
|
|
AuthorityInformationAccess(java.util.Map env,
java.lang.String subjectDN,
java.lang.String holderDN,
java.math.BigInteger serial)
|
|
| Method Summary | |
|---|---|
void |
decode(ASN1Object ao)
This method decodes a given ASN1Object. |
void |
decodeValue(ASN1Object ao)
This method decodes the Extension Value. |
ASN1Object |
encodeValue()
This method encodes the extension value to the ASN1Object representing the encoding of the extension value and returns it. |
java.lang.String |
extensionValueToString(java.lang.String indent)
This method returns the String representation of the extension value. |
java.util.ArrayList |
getValues()
|
static void |
registerMe()
|
| Methods inherited from class issrg.ac.Extension |
|---|
clone, 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 |
| Constructor Detail |
|---|
public AuthorityInformationAccess()
public AuthorityInformationAccess(ASN1Object ao)
throws CodingException
CodingException
public AuthorityInformationAccess(java.util.Map env,
java.lang.String subjectDN,
java.lang.String holderDN,
java.math.BigInteger serial)
| Method Detail |
|---|
public java.util.ArrayList getValues()
public ASN1Object encodeValue()
throws CodingException
ExtensionOverride this method so that your Extension returns what you want.
encodeValue in class ExtensionCodingException
public void decode(ASN1Object ao)
throws CodingException
Extension
decode in class ExtensionCodingException
public void decodeValue(ASN1Object ao)
throws CodingException
ExtensionOverride this method so that your Extension decodes what you want to fill in its internal fields.
decodeValue in class Extensionao - - the ASN1Object obtained by BER-decoding the bytes of the
extension value OCTET STRING
CodingExceptionpublic java.lang.String extensionValueToString(java.lang.String indent)
ExtensionOverride this method if you need more user-friendly output of your custom extension value.
extensionValueToString in class Extensionindent - - the indentation to use at the beginning of each line to
make the text human-friendlypublic static void registerMe()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||