java.lang.Object | ||
javax.crypto.EncryptedPrivateKeyInfo |
EncryptedPrivateKeyInfo(byte[] encoded) | ||||||
EncryptedPrivateKeyInfo(String encrAlgName, byte[] encryptedData) | ||||||
EncryptedPrivateKeyInfo(AlgorithmParameters algParams, byte[] encryptedData) |
String | getAlgName() | |||||
AlgorithmParameters | getAlgParameters() | |||||
byte[] | getEncoded() | |||||
byte[] | getEncryptedData() | |||||
PKCS8EncodedKeySpec | getKeySpec(Key decryptKey, String providerName) | |||||
PKCS8EncodedKeySpec | getKeySpec(Key decryptKey, Provider provider) | |||||
PKCS8EncodedKeySpec | getKeySpec(Cipher cipher) | |||||
PKCS8EncodedKeySpec | getKeySpec(Key decryptKey) |
IOException |
---|
NoSuchAlgorithmException |
---|
NoSuchAlgorithmException |
---|
IOException |
---|
InvalidKeySpecException |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |