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

  /libcore/luni/src/main/java/java/security/cert/
CertStore.java 58 private final CertStoreParameters certStoreParams;
77 this.certStoreParams = params;
221 if (certStoreParams == null) {
224 return (CertStoreParameters) certStoreParams.clone();
  /external/nist-pkits/src/libcore/java/security/cert/
X509CertificateNistPkitsTest.java 134 CollectionCertStoreParameters certStoreParams = new CollectionCertStoreParameters(
136 CertStore certStore = CertStore.getInstance("Collection", certStoreParams);
    [all...]

Completed in 61 milliseconds