org.bouncycastle.asn1.x509
Class AttCertIssuer
- ASN1Choice, DEREncodable
public class AttCertIssuer
AttCertIssuer
public AttCertIssuer(GeneralNames names)
Don't use this one if you are trying to be RFC compliant.
names
- our GeneralNames structure
AttCertIssuer
public AttCertIssuer(V2Form v2Form)
toASN1Object
public DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.
AttCertIssuer ::= CHOICE {
v1Form GeneralNames, -- MUST NOT be used in this
-- profile
v2Form [0] V2Form -- v2 only
}
- toASN1Object in interface ASN1Encodable