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(Object obj) |
DERObject |
toASN1Object() |
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(Object obj)
public DERObjectIdentifier getAccessMethod()
public GeneralName getAccessLocation()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.