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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DTBSCertificate.java13 * The TBSCertificate object.
15 * TBSCertificate ::= SEQUENCE {
32 public class TBSCertificate class in inherits:ASN1Object
48 public static TBSCertificate getInstance(
55 public static TBSCertificate getInstance(
58 if (obj instanceof TBSCertificate)
60 return (TBSCertificate)obj;
64 return new TBSCertificate(ASN1Sequence.getInstance(obj));
70 private TBSCertificate( method in class:TBSCertificate

Completed in 5434 milliseconds