public class AccessDescription extends ASN1Encodable
AccessDescription ::= SEQUENCE { accessMethod OBJECT IDENTIFIER, accessLocation GeneralName }
Modifier and Type | Field and Description |
---|---|
static DERObjectIdentifier |
id_ad_caIssuers |
static DERObjectIdentifier |
id_ad_ocsp |
BER, DER
Constructor and Description |
---|
AccessDescription(ASN1Sequence seq) |
AccessDescription(DERObjectIdentifier oid,
GeneralName location)
create an AccessDescription with the oid and location provided.
|
Modifier and Type | Method and Description |
---|---|
GeneralName |
getAccessLocation() |
DERObjectIdentifier |
getAccessMethod() |
static AccessDescription |
getInstance(java.lang.Object obj) |
DERObject |
toASN1Object() |
java.lang.String |
toString() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public static final DERObjectIdentifier id_ad_caIssuers
public static final DERObjectIdentifier id_ad_ocsp
public AccessDescription(ASN1Sequence seq)
public AccessDescription(DERObjectIdentifier oid, GeneralName location)
public static AccessDescription getInstance(java.lang.Object obj)
public DERObjectIdentifier getAccessMethod()
public GeneralName getAccessLocation()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
public java.lang.String toString()
toString
in class java.lang.Object