public class AttCertIssuer extends ASN1Encodable implements ASN1Choice
| Modifier and Type | Field and Description |
|---|---|
(package private) DERObject |
choiceObj |
(package private) ASN1Encodable |
obj |
BER, DER| 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() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodeASN1Encodable obj
DERObject choiceObj
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 DERObject toASN1Object()
AttCertIssuer ::= CHOICE {
v1Form GeneralNames, -- MUST NOT be used in this
-- profile
v2Form [0] V2Form -- v2 only
}
toASN1Object in class ASN1EncodableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.