Google

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

org.bouncycastle.asn1.x509
Class DistributionPoint

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

public class DistributionPoint
extends java.lang.Object
implements DEREncodable


Constructor Summary
DistributionPoint(DistributionPointName distributionPoint, ReasonFlags reasons, GeneralNames cRLIssuer)
           
 
Method Summary
 DERObject getDERObject()
           DistributionPoint ::= SEQUENCE { distributionPoint [0] DistributionPointName OPTIONAL, reasons [1] ReasonFlags OPTIONAL, cRLIssuer [2] GeneralNames OPTIONAL }
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributionPoint

public DistributionPoint(DistributionPointName distributionPoint,
                         ReasonFlags reasons,
                         GeneralNames cRLIssuer)
Method Detail

getDERObject

public DERObject getDERObject()
 DistributionPoint ::= SEQUENCE {
      distributionPoint [0] DistributionPointName OPTIONAL,
      reasons           [1] ReasonFlags OPTIONAL,
      cRLIssuer         [2] GeneralNames OPTIONAL
 }
 
Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.11