HomeSort by relevance Sort by last modified time
    Searched refs:tbsCertificate (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Certificate.java 42 * tbsCertificate TBSCertificate,
50 // the value of tbsCertificate field of the structure
51 private final TBSCertificate tbsCertificate;
61 * @param tbsCertificate: TBSCertificate
65 public Certificate(TBSCertificate tbsCertificate,
68 this.tbsCertificate = tbsCertificate
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CertImpl.java 51 import org.apache.harmony.security.x509.TBSCertificate;
76 private final TBSCertificate tbsCert;
83 private volatile byte[] tbsCertificate;
109 // cache the values of TBSCertificate and Extensions
123 // cache the values of TBSCertificate and Extensions
272 byte[] result = tbsCertificate;
274 tbsCertificate = result = tbsCert.getEncoded();
493 // retrieve the encoding of the TBSCertificate structure
519 // retrieve the encoding of the TBSCertificate structure

Completed in 63 milliseconds