Class AttCertIssuer
-
- All Implemented Interfaces:
-
io.anyline.nfc.bouncycastle.asn1.ASN1Choice
,io.anyline.nfc.bouncycastle.asn1.ASN1Encodable
,io.anyline.nfc.bouncycastle.util.Encodable
public class AttCertIssuer extends ASN1Object implements ASN1Choice
-
-
Constructor Summary
Constructors Constructor Description AttCertIssuer(GeneralNames names)
Don't use this one if you are trying to be RFC 3281 compliant. AttCertIssuer(V2Form v2Form)
-
Method Summary
Modifier and Type Method Description static AttCertIssuer
getInstance(Object obj)
static AttCertIssuer
getInstance(ASN1TaggedObject obj, boolean explicit)
ASN1Encodable
getIssuer()
ASN1Primitive
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream. -
-
Constructor Detail
-
AttCertIssuer
AttCertIssuer(GeneralNames names)
Don't use this one if you are trying to be RFC 3281 compliant.- Parameters:
names
- our GeneralNames structure
-
AttCertIssuer
AttCertIssuer(V2Form v2Form)
-
-
Method Detail
-
getInstance
static AttCertIssuer getInstance(Object obj)
-
getInstance
static AttCertIssuer getInstance(ASN1TaggedObject obj, boolean explicit)
-
getIssuer
ASN1Encodable getIssuer()
-
toASN1Primitive
ASN1Primitive toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
AttCertIssuer ::= CHOICE { v1Form GeneralNames, -- MUST NOT be used in this -- profile v2Form [0] V2Form -- v2 only }
-
-
-
-