зеркало из https://github.com/mozilla/pjs.git
Add getEncryptedPrivateKeyInfo.
This commit is contained in:
Родитель
67375e78fb
Коммит
aef042db7d
|
@ -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
|
||||
////////////////////////////////////////////////////////////
|
||||
|
|
Загрузка…
Ссылка в новой задаче