org.glite.voms.ac
Class AttCertIssuer
java.lang.Object
org.glite.voms.ac.AttCertIssuer
- DEREncodable
public class AttCertIssuer
extends java.lang.Object
implements DEREncodable
Shadow implementation of AttributeCertificateInfo from
BouncyCastle
AttCertIssuer
public AttCertIssuer(DEREncodable obj)
AttCertIssuer
public AttCertIssuer(GeneralNames v1FormIn)
AttCertIssuer
public AttCertIssuer(V2Form v2FormIn)
getDERObject
public 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
}
getIssuerName
public GeneralNames getIssuerName()