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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DKeyAgreementSpi.java94 private String kaAlgorithm; field in class:KeyAgreementSpi
109 String kaAlgorithm,
113 this.kaAlgorithm = kaAlgorithm;
127 throw new IllegalStateException(kaAlgorithm + " not initialised.");
132 throw new IllegalStateException(kaAlgorithm + " can only be between two parties.");
141 // throw new InvalidKeyException(kaAlgorithm + " key agreement requires "
160 throw new InvalidKeyException(kaAlgorithm + " key agreement requires "
197 throw new ShortBufferException(kaAlgorithm + " key agreement: need " + secret.length + " bytes");
288 // throw new InvalidKeyException(kaAlgorithm
108 KeyAgreementSpi( String kaAlgorithm, BasicAgreement agreement, DerivationFunction kdf) argument
[all...]

Completed in 76 milliseconds