Searched defs:engineGenerateSecret (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DSecretKeyFactorySpi.java67 protected abstract SecretKey engineGenerateSecret(KeySpec keySpec) method in class:SecretKeyFactorySpi
H A DKeyAgreementSpi.java145 protected abstract byte[] engineGenerateSecret() method in class:KeyAgreementSpi
174 protected abstract int engineGenerateSecret(byte[] sharedSecret, method in class:KeyAgreementSpi
201 protected abstract SecretKey engineGenerateSecret(String algorithm) method in class:KeyAgreementSpi
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDESKeyFactory.java61 protected SecretKey engineGenerateSecret(KeySpec keySpec) method in class:DESKeyFactory
153 return engineGenerateSecret(desKeySpec);
H A DDESedeKeyFactory.java61 protected SecretKey engineGenerateSecret(KeySpec keySpec) method in class:DESedeKeyFactory
150 return engineGenerateSecret(desEdeKeySpec);
H A DPBKDF2HmacSHA1Factory.java64 protected SecretKey engineGenerateSecret(KeySpec keySpec) method in class:PBKDF2HmacSHA1Factory
H A DDHKeyAgreement.java217 byte[] intermediate = engineGenerateSecret();
240 protected byte[] engineGenerateSecret() method in class:DHKeyAgreement
246 engineGenerateSecret(result, 0);
280 protected int engineGenerateSecret(byte[] sharedSecret, int offset) method in class:DHKeyAgreement
364 protected SecretKey engineGenerateSecret(String algorithm) method in class:DHKeyAgreement
371 byte[] secret = engineGenerateSecret();
H A DPBEKeyFactory.java110 protected SecretKey engineGenerateSecret(KeySpec keySpec) method in class:PBEKeyFactory
193 return engineGenerateSecret(pbeKeySpec);
/openjdk7/jdk/test/javax/crypto/SecretKeyFactory/
H A DP1SecretKeyFactory.java43 protected SecretKey engineGenerateSecret(KeySpec keySpec) method in class:P1SecretKeyFactory
H A DP2SecretKeyFactory.java43 protected SecretKey engineGenerateSecret(KeySpec keySpec) method in class:P2SecretKeyFactory
H A DP1.jarMETA-INF/MANIFEST.MF META-INF/JCE_RSA.SF META-INF/JCE_RSA.RSA META ...
H A DP2.jarMETA-INF/MANIFEST.MF META-INF/JCE_RSA.SF META-INF/JCE_RSA.RSA META ...
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11ECDHKeyAgreement.java118 protected byte[] engineGenerateSecret() throws IllegalStateException { method in class:P11ECDHKeyAgreement
152 protected int engineGenerateSecret(byte[] sharedSecret, int method in class:P11ECDHKeyAgreement
158 byte[] secret = engineGenerateSecret();
164 protected SecretKey engineGenerateSecret(String algorithm) method in class:P11ECDHKeyAgreement
H A DP11KeyAgreement.java183 protected byte[] engineGenerateSecret() throws IllegalStateException { method in class:P11KeyAgreement
235 protected int engineGenerateSecret(byte[] sharedSecret, int method in class:P11KeyAgreement
246 byte[] secret = engineGenerateSecret();
252 protected SecretKey engineGenerateSecret(String algorithm) method in class:P11KeyAgreement
271 byte[] secret = engineGenerateSecret();
H A DP11SecretKeyFactory.java277 protected SecretKey engineGenerateSecret(KeySpec keySpec) method in class:P11SecretKeyFactory
294 return engineGenerateSecret(keySpec);
300 return engineGenerateSecret(keySpec);
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECDHKeyAgreement.java117 protected byte[] engineGenerateSecret() throws IllegalStateException { method in class:ECDHKeyAgreement
138 protected int engineGenerateSecret(byte[] sharedSecret, int method in class:ECDHKeyAgreement
144 byte[] secret = engineGenerateSecret();
151 protected SecretKey engineGenerateSecret(String algorithm) method in class:ECDHKeyAgreement
161 return new SecretKeySpec(engineGenerateSecret(), "TlsPremasterSecret");

Completed in 73 milliseconds