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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DConstructKeys.java113 private static final PrivateKey constructPrivateKey(byte[] encodedKey, method in class:ConstructKeys
181 result = ConstructKeys.constructPrivateKey(encoding,
H A DCipherWithWrappingSpi.java142 result = constructPrivateKey(encodedKey,
210 private final PrivateKey constructPrivateKey(byte[] encodedKey, method in class:CipherWithWrappingSpi
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSACipher.java375 return constructPrivateKey(encoding, algorithm);
429 private static PrivateKey constructPrivateKey(byte[] encodedKey, method in class:RSACipher
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11RSACipher.java540 private static final PrivateKey constructPrivateKey(byte[] encodedKey, method in class:ConstructKeys
578 return constructPrivateKey(encoding, keyAlgorithm);

Completed in 38 milliseconds