org.glite.security.voms.ac
Class AttCertIssuer
java.lang.Object
org.glite.security.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
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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttCertIssuer
public AttCertIssuer(org.bouncycastle.asn1.DEREncodable obj)
AttCertIssuer
public AttCertIssuer(V2Form v2FormIn)
AttCertIssuer
public AttCertIssuer(org.bouncycastle.asn1.x509.GeneralNames v1FormIn)
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