public class PKCS11Commands extends Object
| Constructor and Description |
|---|
PKCS11Commands(MutableKeyStoreProtectionManager mgr) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRandomSecretKey(String[] args) |
void |
addUserSecretKey(String[] args) |
void |
createCSR(String[] args) |
void |
createKeyPair(String[] args) |
void |
exportPrivateKey(String[] args) |
void |
exportPublicKey(String[] args) |
void |
exportPublicKeyCert(String[] args) |
void |
importPrivateKeyFile(String[] args) |
void |
importPrivateKeyFileForTempKey(String[] args) |
void |
infiniteRead(String[] args) |
void |
listAllKeys(String[] args) |
void |
listCerts(String[] args) |
void |
listSlots(String[] args) |
void |
oaepTest(String[] args) |
void |
removeSecretKey(String[] args) |
void |
testKeyUnwrap(String[] args) |
void |
testSignatureSpeed(String[] args) |
void |
updateKeyPairCert(String[] args) |
public PKCS11Commands(MutableKeyStoreProtectionManager mgr)
public void listCerts(String[] args)
public void listAllKeys(String[] args)
public void addRandomSecretKey(String[] args)
public void addUserSecretKey(String[] args)
public void removeSecretKey(String[] args)
public void testSignatureSpeed(String[] args)
public void testKeyUnwrap(String[] args)
public void exportPrivateKey(String[] args)
public void exportPublicKey(String[] args)
public void createCSR(String[] args)
public void createKeyPair(String[] args)
public void infiniteRead(String[] args)
public void listSlots(String[] args)
public void exportPublicKeyCert(String[] args)
public void updateKeyPairCert(String[] args)
public void oaepTest(String[] args)
public void importPrivateKeyFile(String[] args)
public void importPrivateKeyFileForTempKey(String[] args)
Copyright © 2010–2021 The Direct Project. All rights reserved.