Class AttCertIssuer
java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.x509.AttCertIssuer
- All Implemented Interfaces:
ASN1Choice, DEREncodable
-
Field Summary
FieldsFields inherited from class ASN1Encodable
BER, DER -
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 AttCertIssuergetInstance(Object obj) static AttCertIssuergetInstance(ASN1TaggedObject obj, boolean explicit) Produce an object suitable for an ASN1OutputStream.Methods inherited from class ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
-
Field Details
-
obj
ASN1Encodable obj -
choiceObj
DERObject choiceObj
-
-
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
-
toASN1Object
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:
toASN1Objectin classASN1Encodable
-