org.apache.geronimo.crypto.asn1.x509
Class AuthorityInformationAccess

java.lang.Object
  extended by org.apache.geronimo.crypto.asn1.ASN1Encodable
      extended by org.apache.geronimo.crypto.asn1.x509.AuthorityInformationAccess
All Implemented Interfaces:
DEREncodable

public class AuthorityInformationAccess
extends ASN1Encodable

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
AuthorityInformationAccess(ASN1Sequence seq)
           
AuthorityInformationAccess(DERObjectIdentifier oid, GeneralName location)
          create an AuthorityInformationAccess with the oid and location provided.
 
Method Summary
 AccessDescription[] getAccessDescriptions()
           
static AuthorityInformationAccess getInstance(Object obj)
           
 DERObject toASN1Object()
           
 String toString()
           
 
Methods inherited from class org.apache.geronimo.crypto.asn1.ASN1Encodable
equals, getDERObject, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorityInformationAccess

public AuthorityInformationAccess(ASN1Sequence seq)

AuthorityInformationAccess

public AuthorityInformationAccess(DERObjectIdentifier oid,
                                  GeneralName location)
create an AuthorityInformationAccess with the oid and location provided.

Method Detail

getInstance

public static AuthorityInformationAccess getInstance(Object obj)

getAccessDescriptions

public AccessDescription[] getAccessDescriptions()
Returns:
the access descriptions contained in this object.

toASN1Object

public DERObject toASN1Object()
Specified by:
toASN1Object in class ASN1Encodable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.