mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Add getEncryptedPrivateKeyInfo.
This commit is contained in:
parent
af6175f918
commit
ba19b46475
@ -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
|
||||
////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user