org.bouncycastle.asn1.x509
public class AttCertIssuer extends ASN1Encodable implements ASN1Choice
| Constructor Summary | |
|---|---|
| AttCertIssuer(GeneralNames names)
Don't use this one if you are trying to be RFC 3281 compliant.
| |
| AttCertIssuer(V2Form v2Form) | |
| Method Summary | |
|---|---|
| static AttCertIssuer | getInstance(Object obj) |
| static AttCertIssuer | getInstance(ASN1TaggedObject obj, boolean explicit) |
| ASN1Encodable | getIssuer() |
| DERObject | toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
Parameters: names our GeneralNames structure
AttCertIssuer ::= CHOICE {
v1Form GeneralNames, -- MUST NOT be used in this
-- profile
v2Form [0] V2Form -- v2 only
}