@License public class SmartCardKeyRing extends KeyRing
keystore, SIGNATURE_CRITICAL_EXTENSION_OID| Constructor and Description |
|---|
SmartCardKeyRing(Provider provider,
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 SmartCardKeyRing(Provider provider, String password) throws InvalidPinException, LockedPinException, CryptoException
provider - the Provider used to acquire a reference to the KeyStore.password - the key store password (PIN).InvalidPinExceptionLockedPinExceptionCryptoExceptionpublic void close()
KeyRingclose in interface AutoCloseableclose in class KeyRingAutoCloseable.close()Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.