Package org.bouncycastle.asn1.x509
Class AttCertIssuer
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.AttCertIssuer
- All Implemented Interfaces:
ASN1Choice
,ASN1Encodable
,Encodable
-
Constructor Summary
ConstructorsConstructorDescriptionAttCertIssuer
(GeneralNames names) Don't use this one if you are trying to be RFC 3281 compliant.AttCertIssuer
(V2Form v2Form) -
Method Summary
Modifier and TypeMethodDescriptionstatic AttCertIssuer
getInstance
(Object obj) static AttCertIssuer
getInstance
(ASN1TaggedObject obj, boolean explicit) Produce an object suitable for an ASN1OutputStream.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
AttCertIssuer
Don't use this one if you are trying to be RFC 3281 compliant. Use it for v1 attribute certificates only.- Parameters:
names
- our GeneralNames structure
-
AttCertIssuer
-
-
Method Details
-
getInstance
-
getInstance
-
getIssuer
-
toASN1Primitive
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:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-