Searched refs:kaAlgorithm (Results 1 - 3 of 3) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DKeyAgreementSpi.java55 private String kaAlgorithm; field in class:KeyAgreementSpi
66 String kaAlgorithm,
70 super(kaAlgorithm, kdf);
72 this.kaAlgorithm = kaAlgorithm;
89 throw new IllegalStateException(kaAlgorithm + " not initialised.");
94 throw new IllegalStateException(kaAlgorithm + " can only be between two parties.");
126 throw new InvalidKeyException(kaAlgorithm + " key agreement requires "
181 // throw new InvalidKeyException(kaAlgorithm + " key agreement requires "
234 throw new InvalidKeyException(kaAlgorithm
65 KeyAgreementSpi( String kaAlgorithm, BasicAgreement agreement, DerivationFunction kdf) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DKeyAgreementSpi.java49 String kaAlgorithm,
52 super(kaAlgorithm, kdf);
48 KeyAgreementSpi( String kaAlgorithm, DerivationFunction kdf) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DBaseAgreementSpi.java144 private final String kaAlgorithm; field in class:BaseAgreementSpi
149 public BaseAgreementSpi(String kaAlgorithm, DerivationFunction kdf) argument
151 this.kaAlgorithm = kaAlgorithm;
242 throw new ShortBufferException(kaAlgorithm + " key agreement: need " + secret.length + " bytes");

Completed in 169 milliseconds