Google

Bouncy Castle Cryptography 1.11 API Specification: Class DistributionPointName
Bouncy Castle Cryptography 1.11

org.bouncycastle.asn1.x509
Class DistributionPointName

java.lang.Object
  |
  +--org.bouncycastle.asn1.x509.DistributionPointName
All Implemented Interfaces:
DEREncodable

public class DistributionPointName
extends java.lang.Object
implements DEREncodable


Field Summary
static int FULL_NAME
           
static int NAME_RELATIVE_TO_CRL_ISSUER
           
 
Constructor Summary
DistributionPointName(int type, DEREncodable name)
           
 
Method Summary
 DERObject getDERObject()
           DistributionPointName ::= CHOICE { fullName [0] GeneralNames, nameRelativeToCRLIssuer [1] RelativeDistinguishedName }
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FULL_NAME

public static final int FULL_NAME

NAME_RELATIVE_TO_CRL_ISSUER

public static final int NAME_RELATIVE_TO_CRL_ISSUER
Constructor Detail

DistributionPointName

public DistributionPointName(int type,
                             DEREncodable name)
Method Detail

getDERObject

public DERObject getDERObject()
 DistributionPointName ::= CHOICE {
     fullName                 [0] GeneralNames,
     nameRelativeToCRLIssuer  [1] RelativeDistinguishedName
 }
 
Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.11