@License public class MicrosoftKeyRing extends KeyRing
| Modifier and Type | Field and Description |
|---|---|
static String |
MSCAPI_PERSONAL_KEYSTORE
The name of the key store used by Microsoft CryptoAPI to propagate
certificates from the smart card.
|
keystore, SIGNATURE_CRITICAL_EXTENSION_OID| Constructor and Description |
|---|
MicrosoftKeyRing(String password)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Attempts to log out of the KeyStore if supported by the underlying
technology, and releases its reference.
|
enumerateAliases, getCertificate, getCertificateChain, getCertificateChainAsArray, getKeyPair, getKeyStore, getPrivateKey, getPrivateKey, getPublicKey, getPublicKey, getSignatureKeyAliases, isCertificateAlias, isPrivateKeyAliaspublic static final String MSCAPI_PERSONAL_KEYSTORE
public MicrosoftKeyRing(String password) throws CryptoException
password - the provider PIN.CryptoExceptionpublic void close()
KeyRingclose in interface AutoCloseableclose in class KeyRingAutoCloseable.close()Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.