Home
last modified time | relevance | path

Searched defs:pubKey (Results 1 – 23 of 23) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLECPublicKey.java54 OpenSSLECPointContext pubKey = OpenSSLECPointContext.getInstance( in OpenSSLECPublicKey() local
67 OpenSSLECPointContext pubKey = OpenSSLECPointContext.getInstance( in getInstance() local
98 final OpenSSLECPointContext pubKey = new OpenSSLECPointContext(group, in getPublicKey() local
DOpenSSLRSAKeyPairGenerator.java48 PublicKey pubKey = new OpenSSLRSAPublicKey(key); in generateKeyPair() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
DAuthorityKeyIdentifierStructure.java105 PublicKey pubKey) in fromKey()
142 PublicKey pubKey) in AuthorityKeyIdentifierStructure()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DBasicAgreement.java25 BigInteger calculateAgreement(CipherParameters pubKey); in calculateAgreement()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/jcajce/
DJcaRespID.java21 public JcaRespID(PublicKey pubKey, DigestCalculator digCalc) in JcaRespID()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/
DECDHBasicAgreement.java45 CipherParameters pubKey) in calculateAgreement()
DDHBasicAgreement.java60 CipherParameters pubKey) in calculateAgreement()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DKeyPairGeneratorSpi.java176 BCECPublicKey pubKey = new BCECPublicKey(algorithm, pub, p, configuration); in generateKeyPair() local
189 BCECPublicKey pubKey = new BCECPublicKey(algorithm, pub, p, configuration); in generateKeyPair() local
DKeyAgreementSpi.java102 CipherParameters pubKey; in engineDoPhase() local
DBCECPrivateKey.java122 BCECPublicKey pubKey, in BCECPrivateKey()
155 BCECPublicKey pubKey, in BCECPrivateKey()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCERSAPublicKey.java50 …org.bouncycastle.asn1.pkcs.RSAPublicKey pubKey = org.bouncycastle.asn1.pkcs.RSAPublicKey.getInst… in JCERSAPublicKey() local
DJCEECPrivateKey.java115 JCEECPublicKey pubKey, in JCEECPrivateKey()
146 JCEECPublicKey pubKey, in JCEECPrivateKey()
DCertPathValidatorUtilities.java1212 PublicKey pubKey = cert.getPublicKey(); in getNextWorkingKey() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
DKeyAgreementSpi.java97 DHPublicKey pubKey = (DHPublicKey)key; in engineDoPhase() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DBCRSAPublicKey.java65 …org.bouncycastle.asn1.pkcs.RSAPublicKey pubKey = org.bouncycastle.asn1.pkcs.RSAPublicKey.getInsta… in populateFromPublicKeyInfo() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
DPublicKeyFactory.java93 RSAPublicKey pubKey = RSAPublicKey.getInstance(keyInfo.parsePublicKey()); in createKey() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DECUtil.java137 java.security.interfaces.ECPublicKey pubKey = (java.security.interfaces.ECPublicKey)key; in generatePublicKeyParameter() local
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/jcajce/
DJcaSimpleSignerInfoVerifierBuilder.java48 public SignerInformationVerifier build(PublicKey pubKey) in build()
DJcaSignerInfoVerifierBuilder.java78 public SignerInformationVerifier build(PublicKey pubKey) in build()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DIdentityScope2Test.java32 static PublicKey pubKey; field in IdentityScope2Test
DIdentity2Test.java37 static PublicKey pubKey; field in Identity2Test
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
DPKCS10CertificationRequest.java487 PublicKey pubKey, in verify()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java217 PublicKey pubKey) in createSubjectKeyId()