Home
last modified time | relevance | path

Searched defs:engineGenerateCRL (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
DCertificateFactorySpi.java277 public abstract CRL engineGenerateCRL(InputStream inStream) in engineGenerateCRL() method in CertificateFactorySpi
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
DMyCertificateFactorySpi.java83 public CRL engineGenerateCRL(InputStream inStream) throws CRLException { in engineGenerateCRL() method in MyCertificateFactorySpi
/libcore/luni/src/test/java/tests/security/cert/
DCertificateFactorySpiTest.java412 public CRL engineGenerateCRL(InputStream inStream) throws CRLException { in engineGenerateCRL() method in CertificateFactorySpiTest.extCertificateFactorySpi
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DTestCertUtils.java656 public CRL engineGenerateCRL(InputStream inStream) throws CRLException { in engineGenerateCRL() method in TestCertUtils.TestFactorySpi