org.bouncycastle.asn1.x509
public class AccessDescription extends ASN1Encodable
AccessDescription ::= SEQUENCE {
accessMethod OBJECT IDENTIFIER,
accessLocation GeneralName }
| Field Summary | |
|---|---|
| static DERObjectIdentifier | id_ad_caIssuers |
| static DERObjectIdentifier | id_ad_ocsp |
| Constructor Summary | |
|---|---|
| AccessDescription(ASN1Sequence seq) | |
| AccessDescription(DERObjectIdentifier oid, GeneralName location)
create an AccessDescription with the oid and location provided. | |
| Method Summary | |
|---|---|
| GeneralName | getAccessLocation() |
| DERObjectIdentifier | getAccessMethod() |
| static AccessDescription | getInstance(Object obj) |
| DERObject | toASN1Object() |
| String | toString() |
Returns: the access location
Returns: the access method.