Package org.gudy.bouncycastle.asn1.x509
Class AuthorityInformationAccess
java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.x509.AuthorityInformationAccess
- All Implemented Interfaces:
DEREncodable
The AuthorityInformationAccess object.
id-pe-authorityInfoAccess OBJECT IDENTIFIER ::= { id-pe 1 } AuthorityInfoAccessSyntax ::= SEQUENCE SIZE (1..MAX) OF AccessDescription AccessDescription ::= SEQUENCE { accessMethod OBJECT IDENTIFIER, accessLocation GeneralName } id-ad OBJECT IDENTIFIER ::= { id-pkix 48 } id-ad-caIssuers OBJECT IDENTIFIER ::= { id-ad 2 } id-ad-ocsp OBJECT IDENTIFIER ::= { id-ad 1 }
-
Field Summary
FieldsFields inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
BER, DER
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorityInformationAccess
(DERObjectIdentifier oid, GeneralName location) create an AuthorityInformationAccess with the oid and location provided. -
Method Summary
Modifier and TypeMethodDescriptionstatic AuthorityInformationAccess
getInstance
(Object obj) toString()
Methods inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
-
Field Details
-
descriptions
-
-
Constructor Details
-
AuthorityInformationAccess
-
AuthorityInformationAccess
create an AuthorityInformationAccess with the oid and location provided.
-
-
Method Details
-
getInstance
-
getAccessDescriptions
- Returns:
- the access descriptions contained in this object.
-
toASN1Object
- Specified by:
toASN1Object
in classASN1Encodable
-
toString
-