public final class InfoAccessSyntax extends ExtensionValue
| Modifier and Type | Field and Description |
|---|---|
static ASN1Type |
ASN1
ASN.1 DER X.509 AuthorityInfoAccessSyntax and SubjectInfoAccessSyntax
encoder/decoder class.
|
encoding| Modifier and Type | Method and Description |
|---|---|
static InfoAccessSyntax |
decode(byte[] encoding) |
void |
dumpValue(StringBuilder sb,
String prefix) |
byte[] |
getEncoded()
Returns ASN.1 encoded form of this X.509 InfoAccessSyntax.
|
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
dumpValuepublic static final ASN1Type ASN1
public byte[] getEncoded()
getEncoded in class ExtensionValuepublic static InfoAccessSyntax decode(byte[] encoding) throws IOException
IOExceptionpublic String toString()
ObjectgetClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString method
if you intend implementing your own toString method.
public void dumpValue(StringBuilder sb, String prefix)
dumpValue in class ExtensionValue