public class DVBKeyStore extends KeyStore
KeyStore.Builder, KeyStore.CallbackHandlerProtection, KeyStore.Entry, KeyStore.LoadStoreParameter, KeyStore.PasswordProtection, KeyStore.PrivateKeyEntry, KeyStore.ProtectionParameter, KeyStore.SecretKeyEntry, KeyStore.TrustedCertificateEntry| Modifier | Constructor and Description |
|---|---|
protected |
DVBKeyStore(KeyStoreSpi keyStoreSpi,
Provider provider,
String type)
Creates a KeyStore object of the given type, and encapsulates the given provider implementation (SPI object) in it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
load(KeyStoreProtectionParameters p)
Loads this keystore using the given protection parameters
|
aliases, containsAlias, deleteEntry, entryInstanceOf, getCertificate, getCertificateAlias, getCertificateChain, getCreationDate, getDefaultType, getEntry, getInstance, getInstance, getInstance, getKey, getProvider, getType, isCertificateEntry, isKeyEntry, load, load, setCertificateEntry, setEntry, setKeyEntry, setKeyEntry, size, store, storeprotected DVBKeyStore(KeyStoreSpi keyStoreSpi, Provider provider, String type)
keyStoreSpi - the provider implementation.provider - the provider.type - the keystore type.public final void load(KeyStoreProtectionParameters p) throws IOException, NoSuchAlgorithmException, CertificateException
p - protection parameters to useIllegalArgumentException - if the parameter p is not recognizedIOException - if there is an I/O or format problem with the keystore dataNoSuchAlgorithmException - if the algorithm used to check the integrity of the keystore cannot be foundCertificateException - if any of the certificates in the keystore could not be loadedCopyright © 2012 code4tv.com. All Rights Reserved.