Package org.bouncycastle.asn1.x509
Class AuthorityInformationAccess
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.AuthorityInformationAccess
- All Implemented Interfaces:
ASN1Encodable,Encodable
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 }
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorityInformationAccess(ASN1ObjectIdentifier oid, GeneralName location) create an AuthorityInformationAccess with the oid and location provided.AuthorityInformationAccess(AccessDescription description) AuthorityInformationAccess(AccessDescription[] descriptions) -
Method Summary
Modifier and TypeMethodDescriptionstatic AuthorityInformationAccessfromExtensions(Extensions extensions) static AuthorityInformationAccessgetInstance(Object obj) Method providing a primitive representation of this object suitable for encoding.toString()Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
AuthorityInformationAccess
-
AuthorityInformationAccess
-
AuthorityInformationAccess
create an AuthorityInformationAccess with the oid and location provided.
-
-
Method Details
-
getInstance
-
fromExtensions
-
getAccessDescriptions
- Returns:
- the access descriptions contained in this object.
-
toASN1Primitive
Description copied from class:ASN1ObjectMethod providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-
toString
-