Add getEncryptedPrivateKeyInfo.

This commit is contained in:
nicolson%netscape.com 2001-08-24 05:14:55 +00:00
parent af6175f918
commit ba19b46475

View File

@ -87,6 +87,10 @@ public interface CryptoStore {
public void deletePrivateKey(org.mozilla.jss.crypto.PrivateKey key)
throws NoSuchItemOnTokenException, TokenException;
public byte[] getEncryptedPrivateKeyInfo(X509Certificate cert,
PBEAlgorithm pbeAlg, Password pw, int iteration);
////////////////////////////////////////////////////////////
// Certs
////////////////////////////////////////////////////////////