Home
last modified time | relevance | path

Searched defs:keyPair (Results 1 – 25 of 46) sorted by relevance

12

/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/
DHeldCertificate.java40 public final KeyPair keyPair; field in HeldCertificate
42 public HeldCertificate(X509Certificate certificate, KeyPair keyPair) { in HeldCertificate()
55 private KeyPair keyPair; field in HeldCertificate.Builder
73 public Builder keyPair(KeyPair keyPair) { in keyPair() argument
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEciesTest.java77 KeyPair keyPair = kf.generateKeyPair(); in testEciesBasic() local
140 KeyPair keyPair = kf.generateKeyPair(); in testKeyGeneration() local
169 KeyPair keyPair = kf.generateKeyPair(); in testExceptions() local
206 KeyPair keyPair = kf.generateKeyPair(); in testModifyPoint() local
246 KeyPair keyPair = kf.generateKeyPair(); in testNotEcb() local
284 KeyPair keyPair = kf.generateKeyPair(); in testIsAlias() local
DDhiesTest.java83 KeyPair keyPair = kf.generateKeyPair(); in testDhiesBasic() local
111 KeyPair keyPair = kf.generateKeyPair(); in testDhiesCorrupt() local
155 KeyPair keyPair = kf.generateKeyPair(); in testNotEcb() local
DEcKeyTest.java156 KeyPair keyPair = keyGen.generateKeyPair(); in testEncodedPrivateKey() local
176 KeyPair keyPair; in testKeyGeneration() local
221 KeyPair keyPair = keyGen.generateKeyPair(); in testDefaultKeyGeneration() local
DDsaTest.java806 KeyPair keyPair = generator.generateKeyPair(); in testBasic() local
844 KeyPair keyPair = generator.generateKeyPair(); in testKeyGeneration() local
984 KeyPair keyPair = generator.generateKeyPair(); in testBiasSha1WithDSA() local
/external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securegcm/
DKeyEncodingTest.java128 KeyPair keyPair = PublicKeyProtoUtil.generateEcP256KeyPair(); in testSigningPublicKeyEncoding() local
136 KeyPair keyPair = PublicKeyProtoUtil.generateEcP256KeyPair(); in testSigningPrivateKeyEncoding() local
144 KeyPair keyPair = PublicKeyProtoUtil.generateEcP256KeyPair(); in testDeviceSyncPublicKeyEncoding() local
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/
DKeyFactoryTestDSA.java37 protected void check(KeyPair keyPair) throws Exception { in check()
DKeyFactoryTestDH.java36 protected void check(KeyPair keyPair) throws Exception { in check()
DKeyFactoryTestRSACrt.java39 protected void check(KeyPair keyPair) throws Exception { in check()
DKeyFactoryTestRSACustom.java44 protected void check(KeyPair keyPair) throws Exception { in check()
DKeyFactoryTestXDH.java42 protected void check(KeyPair keyPair) throws Exception { in check()
DKeyFactoryTestEC.java61 protected void check(KeyPair keyPair) throws Exception { in check()
/external/conscrypt/common/src/test/java/org/conscrypt/java/security/
DKeyFactoryTestDH.java32 protected void check(KeyPair keyPair) throws Exception { in check()
DKeyFactoryTestDSA.java33 protected void check(KeyPair keyPair) throws Exception { in check()
DKeyFactoryTestRSACrt.java35 protected void check(KeyPair keyPair) throws Exception { in check()
DKeyFactoryTestXDH.java38 protected void check(KeyPair keyPair) throws Exception { in check()
DKeyFactoryTestRSACustom.java40 protected void check(KeyPair keyPair) throws Exception { in check()
DKeyFactoryTestEC.java57 protected void check(KeyPair keyPair) throws Exception { in check()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/
DCipherAsymmetricCryptHelper.java36 public void test(KeyPair keyPair) throws Exception { in test()
DAlgorithmParameterKeyAgreementHelper.java43 KeyPair keyPair = generator.generateKeyPair(); in test() local
DKeyAgreementHelper.java38 @Override public void test(KeyPair keyPair) throws Exception { in test()
DSignatureHelper.java40 public void test(KeyPair keyPair) throws Exception { in test()
/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/
DCipherAsymmetricCryptHelper.java32 public void test(KeyPair keyPair) throws Exception { in test()
DAlgorithmParameterKeyAgreementHelper.java39 KeyPair keyPair = generator.generateKeyPair(); in test() local
DKeyAgreementHelper.java34 @Override public void test(KeyPair keyPair) throws Exception { in test()

12