org.glite.security.voms.ac
Class AttCertIssuer
java.lang.Object
org.glite.security.voms.ac.AttCertIssuer
- All Implemented Interfaces:
- org.bouncycastle.asn1.DEREncodable
Deprecated. This class is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead.
Shadow implementation of AttributeCertificateInfo from
BouncyCastle
public class AttCertIssuer
- extends java.lang.Object
- implements org.bouncycastle.asn1.DEREncodable
- Author:
- Joni Hahkala, Olle Mulmo
Method Summary |
org.bouncycastle.asn1.DERObject |
getDERObject()
Deprecated. Produce an object suitable for an ASN1OutputStream. |
org.bouncycastle.asn1.x509.GeneralNames |
getIssuerName()
Deprecated. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttCertIssuer
public AttCertIssuer(org.bouncycastle.asn1.DEREncodable obj)
- Deprecated.
AttCertIssuer
public AttCertIssuer(V2Form v2FormIn)
- Deprecated.
AttCertIssuer
public AttCertIssuer(org.bouncycastle.asn1.x509.GeneralNames v1FormIn)
- Deprecated.
getIssuerName
public org.bouncycastle.asn1.x509.GeneralNames getIssuerName()
- Deprecated.
getDERObject
public org.bouncycastle.asn1.DERObject getDERObject()
- Deprecated.
- 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