org.apache.geronimo.util.asn1.x509
Class AccessDescription

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

public class AccessDescription
extends ASN1Encodable

The AccessDescription object.

 AccessDescription  ::=  SEQUENCE {
       accessMethod          OBJECT IDENTIFIER,
       accessLocation        GeneralName  }
 


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()
           
 
Methods inherited from class org.apache.geronimo.util.asn1.ASN1Encodable
equals, getDERObject, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessDescription

public AccessDescription(ASN1Sequence seq)

AccessDescription

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

Method Detail

getInstance

public static AccessDescription getInstance(Object obj)

getAccessMethod

public DERObjectIdentifier getAccessMethod()
Returns:
the access method.

getAccessLocation

public GeneralName getAccessLocation()
Returns:
the access location

toASN1Object

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.