|
Bouncy Castle Cryptography 1.27 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.x509.AttCertIssuer
public class AttCertIssuer
| Constructor Summary | |
|---|---|
AttCertIssuer(GeneralNames names)
Don't use this one if you are trying to be RFC compliant. |
|
AttCertIssuer(V2Form v2Form)
|
|
| Method Summary | |
|---|---|
static AttCertIssuer |
getInstance(java.lang.Object obj)
|
ASN1Encodable |
getIssuer()
|
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream. |
| Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
equals, getDERObject, getEncoded, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttCertIssuer(GeneralNames names)
names - our GeneralNames structurepublic AttCertIssuer(V2Form v2Form)
| Method Detail |
|---|
public static AttCertIssuer getInstance(java.lang.Object obj)
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 ASN1Encodable
|
Bouncy Castle Cryptography 1.27 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||