|
|||||||||
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.DistributionPointName
public class DistributionPointName
The DistributionPointName object.
DistributionPointName ::= CHOICE { fullName [0] GeneralNames, nameRelativeToCRLIssuer [1] RelativeDistinguishedName }
Field Summary | |
---|---|
static int |
FULL_NAME
|
static int |
NAME_RELATIVE_TO_CRL_ISSUER
|
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
---|
BER, DER |
Constructor Summary | |
---|---|
DistributionPointName(org.bouncycastle.asn1.ASN1TaggedObject obj)
|
|
DistributionPointName(GeneralNames fullName)
Creates an new instance of fullName type. |
|
DistributionPointName(int type,
org.bouncycastle.asn1.ASN1Encodable name)
General contructor. |
|
DistributionPointName(int type,
org.bouncycastle.asn1.DEREncodable name)
|
|
DistributionPointName(RelativeDistinguishedName nameRelativeToCRLIssuer)
Creates an new instance of nameRelativeToCRLIssuer type. |
Method Summary | |
---|---|
GeneralNames |
getFullName()
Return the fullName , or null if wrong type. |
static DistributionPointName |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit)
|
static DistributionPointName |
getInstance(java.lang.Object obj)
|
org.bouncycastle.asn1.ASN1Encodable |
getName()
Returns the tagged object inside the distribution point name. |
RelativeDistinguishedName |
getNameRelativeToCRLIssuer()
Return the nameRelativeToCRLIssuer , or null if wrong type. |
int |
getType()
Returns the tag number applying to the underlying choice. |
org.bouncycastle.asn1.DERObject |
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 |
Field Detail |
---|
public static final int FULL_NAME
public static final int NAME_RELATIVE_TO_CRL_ISSUER
Constructor Detail |
---|
public DistributionPointName(int type, org.bouncycastle.asn1.DEREncodable name)
public DistributionPointName(int type, org.bouncycastle.asn1.ASN1Encodable name)
public DistributionPointName(RelativeDistinguishedName nameRelativeToCRLIssuer)
public DistributionPointName(GeneralNames fullName)
public DistributionPointName(org.bouncycastle.asn1.ASN1TaggedObject obj)
Method Detail |
---|
public static DistributionPointName getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public static DistributionPointName getInstance(java.lang.Object obj)
public int getType()
public org.bouncycastle.asn1.ASN1Encodable getName()
public GeneralNames getFullName()
fullName
, or null
if wrong type.
public RelativeDistinguishedName getNameRelativeToCRLIssuer()
nameRelativeToCRLIssuer
, or null
if wrong type.
public org.bouncycastle.asn1.DERObject toASN1Object()
toASN1Object
in class org.bouncycastle.asn1.ASN1Encodable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |