Searched defs:CRLDistPoint (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DCRLDistPoint.java10 public class CRLDistPoint class in inherits:ASN1Object
15 public static CRLDistPoint getInstance(
22 public static CRLDistPoint getInstance(
25 if (obj instanceof CRLDistPoint)
27 return (CRLDistPoint)obj;
31 return new CRLDistPoint(ASN1Sequence.getInstance(obj));
37 private CRLDistPoint( method in class:CRLDistPoint
43 public CRLDistPoint( method in class:CRLDistPoint
76 * CRLDistPoint ::= SEQUENCE SIZE {1..MAX} OF DistributionPoint
89 buf.append("CRLDistPoint
[all...]

Completed in 65 milliseconds