public class DistributionPointName extends ASN1Encodable implements ASN1Choice
DistributionPointName ::= CHOICE { fullName [0] GeneralNames, nameRelativeToCRLIssuer [1] RDN }
Modifier and Type | Field and Description |
---|---|
static int |
FULL_NAME |
static int |
NAME_RELATIVE_TO_CRL_ISSUER |
BER, DER
Constructor and Description |
---|
DistributionPointName(ASN1TaggedObject obj) |
DistributionPointName(GeneralNames name) |
DistributionPointName(int type,
ASN1Encodable name) |
DistributionPointName(int type,
DEREncodable name) |
Modifier and Type | Method and Description |
---|---|
static DistributionPointName |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static DistributionPointName |
getInstance(Object obj) |
ASN1Encodable |
getName()
Return the tagged object inside the distribution point name.
|
int |
getType()
Return the tag number applying to the underlying choice.
|
DERObject |
toASN1Object() |
String |
toString() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public static final int FULL_NAME
public static final int NAME_RELATIVE_TO_CRL_ISSUER
public DistributionPointName(int type, DEREncodable name)
public DistributionPointName(int type, ASN1Encodable name)
public DistributionPointName(GeneralNames name)
public DistributionPointName(ASN1TaggedObject obj)
public static DistributionPointName getInstance(ASN1TaggedObject obj, boolean explicit)
public static DistributionPointName getInstance(Object obj)
public int getType()
public ASN1Encodable getName()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.