public Entry
engineGetEntry
(String alias, ProtectionParameter protParam)
throws
KeyStoreException
NoSuchAlgorithmException
UnrecoverableEntryException
publicabstract Key
engineGetKey
(String alias, char[] password)
throws
NoSuchAlgorithmException
UnrecoverableKeyException
publicabstract void
engineLoad
(InputStream stream, char[] password)
throws
IOException
NoSuchAlgorithmException
CertificateException
public void
engineLoad
(LoadStoreParameter param)
throws
IOException
NoSuchAlgorithmException
CertificateException
publicabstract void
engineSetCertificateEntry
(String alias, Certificate cert)
throws
KeyStoreException
public void
engineSetEntry
(String alias, Entry entry, ProtectionParameter protParam)
throws
KeyStoreException
publicabstract void
engineSetKeyEntry
(String alias, byte[] key, Certificate chain)
throws
KeyStoreException
publicabstract void
engineSetKeyEntry
(String alias, Key key, char[] password, Certificate chain)
throws
KeyStoreException
public void
engineStore
(LoadStoreParameter param)
throws
IOException
NoSuchAlgorithmException
CertificateException
publicabstract void
engineStore
(OutputStream stream, char[] password)
throws
IOException
NoSuchAlgorithmException
CertificateException