org.glite.voms.ac
Class AttCertIssuer

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

public class AttCertIssuer
extends java.lang.Object
implements org.bouncycastle.asn1.DEREncodable

Shadow implementation of AttributeCertificateInfo from BouncyCastle

Author:
Joni Hahkala, Olle Mulmo

Constructor Summary
AttCertIssuer(org.bouncycastle.asn1.DEREncodable obj)
           
AttCertIssuer(org.bouncycastle.asn1.x509.GeneralNames v1FormIn)
           
AttCertIssuer(V2Form v2FormIn)
           
 
Method Summary
 org.bouncycastle.asn1.DERObject getDERObject()
          Produce an object suitable for an ASN1OutputStream.
 org.bouncycastle.asn1.x509.GeneralNames getIssuerName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttCertIssuer

public AttCertIssuer(org.bouncycastle.asn1.DEREncodable obj)

AttCertIssuer

public AttCertIssuer(V2Form v2FormIn)

AttCertIssuer

public AttCertIssuer(org.bouncycastle.asn1.x509.GeneralNames v1FormIn)
Method Detail

getIssuerName

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

getDERObject

public org.bouncycastle.asn1.DERObject getDERObject()
Produce an object suitable for an ASN1OutputStream.

   AttCertIssuer ::= CHOICE {
        v1Form   GeneralNames,  -- MUST NOT be used in this
                                -- profile
        v2Form   [0] V2Form     -- v2 only
   }

 

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


Copyright © 2012. All Rights Reserved.