Searched refs:BCECPublicKey (Results 1 - 5 of 5) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DBCECPublicKey.java36 public class BCECPublicKey class in inherits:ECPublicKey,org.bouncycastle.jce.interfaces.ECPublicKey,ECPointEncoder
48 public BCECPublicKey( method in class:BCECPublicKey
50 BCECPublicKey key)
59 public BCECPublicKey( method in class:BCECPublicKey
70 public BCECPublicKey( method in class:BCECPublicKey
99 public BCECPublicKey( method in class:BCECPublicKey
124 public BCECPublicKey( method in class:BCECPublicKey
154 public BCECPublicKey( method in class:BCECPublicKey
165 public BCECPublicKey( method in class:BCECPublicKey
174 BCECPublicKey( method in class:BCECPublicKey
[all...]
H A DKeyFactorySpi.java46 return new BCECPublicKey((ECPublicKey)key, configuration);
145 return new BCECPublicKey(algorithm, (ECPublicKeySpec)keySpec, configuration);
149 return new BCECPublicKey(algorithm, (java.security.spec.ECPublicKeySpec)keySpec, configuration);
177 return new BCECPublicKey(algorithm, keyInfo, configuration);
H A DKeyPairGeneratorSpi.java274 BCECPublicKey pubKey = new BCECPublicKey(algorithm, pub, p, configuration);
280 return new KeyPair(new BCECPublicKey(algorithm, pub, configuration),
287 BCECPublicKey pubKey = new BCECPublicKey(algorithm, pub, p, configuration);
H A DBCECPrivateKey.java124 BCECPublicKey pubKey,
157 BCECPublicKey pubKey,
464 private DERBitString getPublicKeyDetails(BCECPublicKey pub)
H A DECUtil.java117 ((BCECPublicKey)k).engineGetQ(),

Completed in 67 milliseconds