public final class AccessDescription extends Object
| Modifier and Type | Field and Description |
|---|---|
static ASN1Sequence |
ASN1
Custom AccessDescription DER encoder/decoder
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Returns ASN.1 encoded form of this X.509 AccessDescription.
|
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
public static final ASN1Sequence ASN1
public byte[] getEncoded()
public String toString()
ObjectgetClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString method
if you intend implementing your own toString method.