/libcore/luni/src/test/java/tests/security/cert/ |
D | CRLExceptionTest.java | 27 import java.security.cert.CRLException; 47 CRLException tE = new CRLException(); in testCRLException01() 58 CRLException tE; in testCRLException02() 60 tE = new CRLException(msgs[i]); in testCRLException02() 73 CRLException tE = new CRLException(msg); in testCRLException03() 84 CRLException tE = new CRLException(cause); in testCRLException04() 94 CRLException tE = new CRLException(tCause); in testCRLException05() 112 CRLException tE = new CRLException(null, null); in testCRLException06() 123 CRLException tE; in testCRLException07() 125 tE = new CRLException(msgs[i], null); in testCRLException07() [all …]
|
D | CertificateFactorySpiTest.java | 34 import java.security.cert.CRLException; 54 CRLException { in testCertificateFactorySpi01() 98 } catch (CRLException e) { in testCertificateFactorySpi01() 106 } catch (CRLException e) { in testCertificateFactorySpi01() 115 CRLException { in testCertificateFactorySpi02() 158 } catch (CRLException e) { in testCertificateFactorySpi02() 163 } catch (CRLException e) { in testCertificateFactorySpi02() 185 CRLException { in testCertificateFactorySpi03() 228 } catch (CRLException e) { in testCertificateFactorySpi03() 233 } catch (CRLException e) { in testCertificateFactorySpi03() [all …]
|
D | CertificateFactory2Test.java | 36 import java.security.cert.CRLException; 85 throws CertificateException, CRLException { in checkResult() 140 } catch (CRLException e) { in checkResult() 145 } catch (CRLException e) { in checkResult() 181 public void GetInstance01(boolean mode) throws CertificateException, CRLException { in GetInstance01() 216 NoSuchProviderException, IllegalArgumentException, CRLException { in GetInstance02() 281 IllegalArgumentException, CRLException { in GetInstance03() 313 public void testGetInstance01() throws CertificateException, CRLException { in testGetInstance01() 317 NoSuchProviderException, IllegalArgumentException, CRLException { in testGetInstance02() 321 IllegalArgumentException, CRLException { in testGetInstance03() [all …]
|
D | X509CRLEntryTest.java | 30 import java.security.cert.CRLException; 65 public byte[] getEncoded() throws CRLException { in getEncoded() 88 public byte[] getEncoded() throws CRLException { in X509CRLEntryTest() 104 } catch (CRLException e) { in testX509CRLEntry()
|
D | CertificateFactory4Test.java | 36 import java.security.cert.CRLException; 130 } catch (CRLException e) { in test_generateCRLLjava_io_InputStream() 217 } catch (CRLException e) {} in testGenerateCRLs2() 293 } catch (CRLException e) {} in testGenerateCRL()
|
D | CertificateFactory1Test.java | 39 import java.security.cert.CRLException; 384 } catch (CRLException e) { in testCertificateFactory10() 392 } catch (CRLException e) { in testCertificateFactory10() 398 } catch (CRLException e) { in testCertificateFactory10() 407 } catch (CRLException e) { in testCertificateFactory10() 461 } catch (CRLException e) { in testCertificateFactory11() 469 } catch (CRLException e) { in testCertificateFactory11() 634 public void testCertificateFactory17() throws CRLException { in testCertificateFactory17() 647 } catch (CRLException e) { in testCertificateFactory17()
|
D | X509CRLTest.java | 37 import java.security.cert.CRLException; 109 throws CRLException, NoSuchAlgorithmException, in verify() 116 throws CRLException, NoSuchAlgorithmException, in verify()
|
D | X509CRLSelector2Test.java | 18 import java.security.cert.CRLException; 581 public void verify(PublicKey key) throws CRLException, in verify() 588 throws CRLException, NoSuchAlgorithmException, in verify()
|
/libcore/ojluni/src/main/java/java/security/cert/ |
D | CRLException.java | 36 public class CRLException extends GeneralSecurityException { class 45 public CRLException() { in CRLException() method in CRLException 56 public CRLException(String message) { in CRLException() method in CRLException 71 public CRLException(String message, Throwable cause) { in CRLException() method in CRLException 86 public CRLException(Throwable cause) { in CRLException() method in CRLException
|
D | X509CRL.java | 147 } catch (CRLException e) { in equals() 166 } catch (CRLException e) { in hashCode() 178 throws CRLException; in getEncoded() 194 throws CRLException, NoSuchAlgorithmException, in verify() 215 throws CRLException, NoSuchAlgorithmException, in verify() 242 throws CRLException, NoSuchAlgorithmException, in verify() 408 public abstract byte[] getTBSCertList() throws CRLException; in getTBSCertList()
|
D | X509CRLEntry.java | 95 } catch (CRLException ce) { in equals() 114 } catch (CRLException ce) { in hashCode() 127 public abstract byte[] getEncoded() throws CRLException; in getEncoded()
|
D | CertificateFactorySpi.java | 278 throws CRLException; in engineGenerateCRL() 314 (InputStream inStream) throws CRLException; in engineGenerateCRLs()
|
D | CertificateFactory.java | 522 throws CRLException in generateCRL() 561 throws CRLException { in generateCRLs()
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | X509CRLImpl.java | 45 import java.security.cert.CRLException; 144 public X509CRLImpl(byte[] crlData) throws CRLException { in X509CRLImpl() 149 throw new CRLException("Parsing error: " + e.getMessage()); in X509CRLImpl() 159 public X509CRLImpl(DerValue val) throws CRLException { in X509CRLImpl() 164 throw new CRLException("Parsing error: " + e.getMessage()); in X509CRLImpl() 175 public X509CRLImpl(InputStream inStrm) throws CRLException { in X509CRLImpl() 180 throw new CRLException("Parsing error: " + e.getMessage()); in X509CRLImpl() 209 throws CRLException in X509CRLImpl() 222 throw new CRLException(ioe); in X509CRLImpl() 249 throws CRLException in X509CRLImpl() [all …]
|
D | CRLExtensions.java | 32 import java.security.cert.CRLException; 82 public CRLExtensions(DerInputStream in) throws CRLException { in CRLExtensions() 87 private void init(DerInputStream derStrm) throws CRLException { in init() 105 throw new CRLException("Parsing error: " + e.toString()); in init() 112 private void parseExtension(Extension ext) throws CRLException { in parseExtension() 119 throw new CRLException("Duplicate extensions not allowed"); in parseExtension() 127 throw new CRLException("Duplicate extensions not allowed"); in parseExtension() 130 throw new CRLException(invk.getTargetException().getMessage()); in parseExtension() 132 throw new CRLException(e.toString()); in parseExtension() 145 throws CRLException { in encode() [all …]
|
D | X509CRLEntryImpl.java | 29 import java.security.cert.CRLException; 116 public X509CRLEntryImpl(byte[] revokedCert) throws CRLException { in X509CRLEntryImpl() 121 throw new CRLException("Parsing error: " + e.toString()); in X509CRLEntryImpl() 131 public X509CRLEntryImpl(DerValue derValue) throws CRLException { in X509CRLEntryImpl() 136 throw new CRLException("Parsing error: " + e.toString()); in X509CRLEntryImpl() 158 public void encode(DerOutputStream outStrm) throws CRLException { in encode() 181 throw new CRLException("Encoding error: " + e.toString()); in encode() 191 public byte[] getEncoded() throws CRLException { in getEncoded() 196 private byte[] getEncoded0() throws CRLException { in getEncoded0() 447 throws CRLException, IOException { in parse() [all …]
|
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/ |
D | X509CRLImpl.java | 37 public X509CRLImpl(byte[] crlData) throws java.security.cert.CRLException { in X509CRLImpl() 42 public X509CRLImpl(sun.security.util.DerValue val) throws java.security.cert.CRLException { in X509CRLImpl() 47 public X509CRLImpl(java.io.InputStream inStrm) throws java.security.cert.CRLException { in X509CRLImpl() 61 throws java.security.cert.CRLException { in X509CRLImpl() 71 throws java.security.cert.CRLException { in X509CRLImpl() 76 public byte[] getEncodedInternal() throws java.security.cert.CRLException { in getEncodedInternal() 80 public byte[] getEncoded() throws java.security.cert.CRLException { in getEncoded() 84 public void encodeInfo(java.io.OutputStream out) throws java.security.cert.CRLException { in encodeInfo() 89 throws java.security.cert.CRLException, java.security.InvalidKeyException, in verify() 96 throws java.security.cert.CRLException, java.security.InvalidKeyException, in verify() [all …]
|
D | X509CRLEntryImpl.java | 43 public X509CRLEntryImpl(byte[] revokedCert) throws java.security.cert.CRLException { in X509CRLEntryImpl() 48 throws java.security.cert.CRLException { in X509CRLEntryImpl() 57 throws java.security.cert.CRLException { in encode() 61 public byte[] getEncoded() throws java.security.cert.CRLException { in getEncoded() 65 private byte[] getEncoded0() throws java.security.cert.CRLException { in getEncoded0() 126 throws java.security.cert.CRLException, java.io.IOException { in parse() 131 throws java.security.cert.CRLException { in toImpl()
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
D | MyCertificateFactorySpi.java | 28 import java.security.cert.CRLException; 83 public CRL engineGenerateCRL(InputStream inStream) throws CRLException { in engineGenerateCRL() 85 throw new CRLException("Incorrect inputstream"); in engineGenerateCRL() 92 throws CRLException { in engineGenerateCRLs() 94 throw new CRLException("Incorrect inputstream"); in engineGenerateCRLs()
|
/libcore/ojluni/annotations/hiddenapi/sun/security/provider/ |
D | X509Factory.java | 43 throws java.security.cert.CRLException { in intern()
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | DistributionPointFetcher.java | 214 } catch (IOException | CRLException e) { in getCRLs() 320 Date validity) throws CRLException, IOException { in verifyCRL() 650 throw new CRLException(iape); in verifyCRL() 661 throw new CRLException(e); in verifyCRL()
|
D | AlgorithmChecker.java | 44 import java.security.cert.CRLException; 397 } catch (CRLException ce) { in check()
|
D | URICertStore.java | 43 import java.security.cert.CRLException; 422 } catch (IOException | CRLException e) { in engineGetCRLs()
|
/libcore/ojluni/src/main/java/sun/security/provider/ |
D | X509Factory.java | 188 throws CRLException { in intern()
|
/libcore/ojluni/src/main/java/sun/security/pkcs/ |
D | PKCS7.java | 40 import java.security.cert.CRLException; 394 } catch (CRLException e) { in parseSignedData() 567 } catch (CRLException ce) { in encodeSignedData()
|