Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLECPublicKey.java56 OpenSSLECPointContext pubKey = OpenSSLECPointContext.getInstance(group, in OpenSSLECPublicKey() local
69 OpenSSLECPointContext pubKey = OpenSSLECPointContext.getInstance(group, in getInstance() local
99 final OpenSSLECPointContext pubKey = new OpenSSLECPointContext(group, in getPublicKey() local
DOpenSSLRSAKeyPairGenerator.java55 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.java62 CipherParameters pubKey) in calculateAgreement()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DKeyPairGeneratorSpi.java177 BCECPublicKey pubKey = new BCECPublicKey(algorithm, pub, p, configuration); in generateKeyPair() local
190 BCECPublicKey pubKey = new BCECPublicKey(algorithm, pub, p, configuration); in generateKeyPair() local
DBCECPrivateKey.java119 BCECPublicKey pubKey, in BCECPrivateKey()
152 BCECPublicKey pubKey, in BCECPrivateKey()
DKeyAgreementSpi.java97 CipherParameters pubKey; in engineDoPhase() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
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/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/dh/
DKeyAgreementSpi.java102 DHPublicKey pubKey = (DHPublicKey)key; in engineDoPhase() 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DECUtil.java192 java.security.interfaces.ECPublicKey pubKey = (java.security.interfaces.ECPublicKey)key; in generatePublicKeyParameter() local
/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.java220 PublicKey pubKey) in createSubjectKeyId()