|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
be.cardon.asn1.x509.GeneralNames
be.cardon.asn1.x509.extensions.IssuerAltName
public class IssuerAltName
Extension IssuerAltName
.
Documentation from RFC 3280:
As with 4.2.1.7 (see SubjectAltName
),
this extension is used to associate Internet style
identities with the certificate issuer. Issuer alternative names
MUST be encoded as in 4.2.1.7.
Where present, this extension SHOULD NOT be marked critical.
ASN.1 definitions:
id-ce-issuerAltName OBJECT IDENTIFIER ::= { id-ce 18 } IssuerAltName ::= GeneralNames
SubjectAltName
,
GeneralNames
Field Summary |
---|
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
---|
BER, DER |
Constructor Summary | |
---|---|
IssuerAltName(org.bouncycastle.asn1.ASN1Sequence seq)
Creates a new instance from a ASN1Sequence . |
|
IssuerAltName(GeneralName name)
Creates a new instance containing one GeneralName . |
|
IssuerAltName(GeneralNames names)
Creates a new instance containing the given GeneralNames . |
Method Summary | |
---|---|
java.util.Vector<GeneralName> |
getGeneralNames()
Returns the vector of GeneralName . |
static IssuerAltName |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit)
Creates an new object from an existing ASN.1 tagged object. |
static IssuerAltName |
getInstance(java.lang.Object obj)
Returns a new instance from an ASN1Sequence , or a GeneralNames ,
or a IssuerAltName object. |
Methods inherited from class be.cardon.asn1.x509.GeneralNames |
---|
getGeneralNameVector, toASN1Object |
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
---|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IssuerAltName(GeneralName name)
GeneralName
.
name
- the name to be contained.public IssuerAltName(GeneralNames names)
GeneralNames
.
public IssuerAltName(org.bouncycastle.asn1.ASN1Sequence seq)
ASN1Sequence
.
Method Detail |
---|
public static IssuerAltName getInstance(java.lang.Object obj)
ASN1Sequence
, or a GeneralNames
,
or a IssuerAltName
object.
public static IssuerAltName getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public java.util.Vector<GeneralName> getGeneralNames()
GeneralName
.
This vector may be empty but is never null
.
This function is an alias for GeneralNames.getGeneralNameVector()
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |