org.glite.voms.ac
Class V2Form

java.lang.Object
  extended by org.glite.voms.ac.V2Form
All Implemented Interfaces:
org.bouncycastle.asn1.DEREncodable

public class V2Form
extends Object
implements org.bouncycastle.asn1.DEREncodable

Author:
mulmo

Constructor Summary
V2Form(org.bouncycastle.asn1.ASN1Sequence seq)
           
V2Form(org.bouncycastle.asn1.x509.GeneralNames issuerName)
           
 
Method Summary
 org.bouncycastle.asn1.x509.IssuerSerial getBaseCertificateID()
           
 org.bouncycastle.asn1.DERObject getDERObject()
          Produce an object suitable for an ASN1OutputStream.
 org.bouncycastle.asn1.x509.GeneralNames getIssuerName()
           
 ObjectDigestInfo getObjectDigestInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

V2Form

public V2Form(org.bouncycastle.asn1.x509.GeneralNames issuerName)

V2Form

public V2Form(org.bouncycastle.asn1.ASN1Sequence seq)
Method Detail

getIssuerName

public org.bouncycastle.asn1.x509.GeneralNames getIssuerName()

getBaseCertificateID

public org.bouncycastle.asn1.x509.IssuerSerial getBaseCertificateID()

getObjectDigestInfo

public ObjectDigestInfo getObjectDigestInfo()

getDERObject

public org.bouncycastle.asn1.DERObject getDERObject()
Produce an object suitable for an ASN1OutputStream.
  V2Form ::= SEQUENCE {
       issuerName            GeneralNames  OPTIONAL,
       baseCertificateID     [0] IssuerSerial  OPTIONAL,
       objectDigestInfo      [1] ObjectDigestInfo  OPTIONAL
         -- issuerName MUST be present in this profile
         -- baseCertificateID and objectDigestInfo MUST NOT
         -- be present in this profile
  }
 

Specified by:
getDERObject in interface org.bouncycastle.asn1.DEREncodable


Copyright © 2012. All Rights Reserved.