public class AccessDescription extends ASN1Object
AccessDescription ::= SEQUENCE { accessMethod OBJECT IDENTIFIER, accessLocation GeneralName }
Modifier and Type | Field and Description |
---|---|
static ASN1ObjectIdentifier |
id_ad_caIssuers |
static ASN1ObjectIdentifier |
id_ad_ocsp |
Constructor and Description |
---|
AccessDescription(ASN1ObjectIdentifier oid,
GeneralName location)
create an AccessDescription with the oid and location provided.
|
Modifier and Type | Method and Description |
---|---|
GeneralName |
getAccessLocation() |
ASN1ObjectIdentifier |
getAccessMethod() |
static AccessDescription |
getInstance(Object obj) |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
String |
toString() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public static final ASN1ObjectIdentifier id_ad_caIssuers
public static final ASN1ObjectIdentifier id_ad_ocsp
public AccessDescription(ASN1ObjectIdentifier oid, GeneralName location)
public static AccessDescription getInstance(Object obj)
public ASN1ObjectIdentifier getAccessMethod()
public GeneralName getAccessLocation()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
Copyright © 2018 BouncyCastle.org. All rights reserved.