Searched defs:getKeySpec (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DSecretKeyFactory.java53 * {@link #getKeySpec(javax.crypto.SecretKey, java.lang.Class) getKeySpec}
370 public final KeySpec getKeySpec(SecretKey key, Class keySpec) method in class:SecretKeyFactory
H A DEncryptedPrivateKeyInfo.java246 public PKCS8EncodedKeySpec getKeySpec(Cipher cipher) method in class:EncryptedPrivateKeyInfo
321 public PKCS8EncodedKeySpec getKeySpec(Key decryptKey) method in class:EncryptedPrivateKeyInfo
348 public PKCS8EncodedKeySpec getKeySpec(Key decryptKey, method in class:EncryptedPrivateKeyInfo
382 public PKCS8EncodedKeySpec getKeySpec(Key decryptKey, method in class:EncryptedPrivateKeyInfo
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyFactory.java410 public final <T extends KeySpec> T getKeySpec(Key key, Class<T> keySpec) method in class:KeyFactory

Completed in 43 milliseconds