public class AttCertIssuer extends ASN1Object implements ASN1Choice
Constructor and Description |
---|
AttCertIssuer(GeneralNames names)
Don't use this one if you are trying to be RFC 3281 compliant.
|
AttCertIssuer(V2Form v2Form) |
Modifier and Type | Method and Description |
---|---|
static AttCertIssuer |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static AttCertIssuer |
getInstance(java.lang.Object obj) |
ASN1Encodable |
getIssuer() |
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public AttCertIssuer(GeneralNames names)
names
- our GeneralNames structurepublic AttCertIssuer(V2Form v2Form)
public static AttCertIssuer getInstance(java.lang.Object obj)
public static AttCertIssuer getInstance(ASN1TaggedObject obj, boolean explicit)
public ASN1Encodable getIssuer()
public ASN1Primitive toASN1Primitive()
AttCertIssuer ::= CHOICE { v1Form GeneralNames, -- MUST NOT be used in this -- profile v2Form [0] V2Form -- v2 only }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object