Searched defs:engineGenerateSecret (Results 1 – 8 of 8) sorted by relevance
145 protected abstract byte[] engineGenerateSecret() in engineGenerateSecret() method in KeyAgreementSpi174 protected abstract int engineGenerateSecret(byte[] sharedSecret, in engineGenerateSecret() method in KeyAgreementSpi201 protected abstract SecretKey engineGenerateSecret(String algorithm) in engineGenerateSecret() method in KeyAgreementSpi
67 protected abstract SecretKey engineGenerateSecret(KeySpec keySpec) in engineGenerateSecret() method in SecretKeyFactorySpi
54 protected byte[] engineGenerateSecret() throws IllegalStateException { in engineGenerateSecret() method in MyKeyAgreementSpi59 protected int engineGenerateSecret(byte[] sharedSecret, int offset) in engineGenerateSecret() method in MyKeyAgreementSpi65 protected SecretKey engineGenerateSecret(String algorithm) in engineGenerateSecret() method in MyKeyAgreementSpi
40 protected SecretKey engineGenerateSecret(KeySpec keySpec) in engineGenerateSecret() method in MySecretKeyFactorySpi
54 protected byte[] engineGenerateSecret() throws IllegalStateException { in engineGenerateSecret() method in KeyAgreementSpiTest.Mock_KeyAgreementSpi59 protected SecretKey engineGenerateSecret(String algorithm) throws IllegalStateException, in engineGenerateSecret() method in KeyAgreementSpiTest.Mock_KeyAgreementSpi65 protected int engineGenerateSecret(byte[] sharedSecret, int offset) in engineGenerateSecret() method in KeyAgreementSpiTest.Mock_KeyAgreementSpi
63 protected byte[] engineGenerateSecret() throws IllegalStateException { in engineGenerateSecret() method in MockKeyAgreementSpi68 protected int engineGenerateSecret(byte[] sharedSecret, int offset) in engineGenerateSecret() method in MockKeyAgreementSpi74 protected SecretKey engineGenerateSecret(String algorithm) throws IllegalStateException, in engineGenerateSecret() method in MockKeyAgreementSpi
41 protected SecretKey engineGenerateSecret(KeySpec keySpec) throws InvalidKeySpecException { in engineGenerateSecret() method in SecretKeyFactorySpiTest.Mock_SecretKeyFactorySpi
65 protected byte[] engineGenerateSecret() throws IllegalStateException { in engineGenerateSecret() method in MockKeyAgreementSpi70 protected int engineGenerateSecret(byte[] sharedSecret, int offset) in engineGenerateSecret() method in MockKeyAgreementSpi76 protected SecretKey engineGenerateSecret(String algorithm) throws IllegalStateException, in engineGenerateSecret() method in MockKeyAgreementSpi