Class AccessDescription
java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.x509.AccessDescription
- All Implemented Interfaces:
DEREncodable
The AccessDescription object.
AccessDescription ::= SEQUENCE {
accessMethod OBJECT IDENTIFIER,
accessLocation GeneralName }
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) GeneralName(package private) DERObjectIdentifierstatic final DERObjectIdentifierstatic final DERObjectIdentifierFields inherited from class ASN1Encodable
BER, DER -
Constructor Summary
ConstructorsConstructorDescriptionAccessDescription(DERObjectIdentifier oid, GeneralName location) create an AccessDescription with the oid and location provided. -
Method Summary
Methods inherited from class ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
-
Field Details
-
id_ad_caIssuers
-
id_ad_ocsp
-
accessMethod
DERObjectIdentifier accessMethod -
accessLocation
GeneralName accessLocation
-
-
Constructor Details
-
AccessDescription
-
AccessDescription
create an AccessDescription with the oid and location provided.
-
-
Method Details
-
getInstance
-
getAccessMethod
- Returns:
- the access method.
-
getAccessLocation
- Returns:
- the access location
-
toASN1Object
- Specified by:
toASN1Objectin classASN1Encodable
-
toString
-