Package org.globus.gsi.provider.simple
Class SimpleMemoryKeyStore
java.lang.Object
java.security.KeyStoreSpi
org.globus.gsi.provider.simple.SimpleMemoryKeyStore
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.boolean
engineContainsAlias
(String alias) Deprecated.void
engineDeleteEntry
(String alias) Deprecated.engineGetCertificate
(String alias) Deprecated.Deprecated.engineGetCertificateChain
(String alias) Deprecated.engineGetCreationDate
(String alias) Deprecated.engineGetKey
(String alias, char[] password) Deprecated.boolean
engineIsCertificateEntry
(String alias) Deprecated.boolean
engineIsKeyEntry
(String alias) Deprecated.void
engineLoad
(InputStream stream, char[] password) Deprecated.void
Deprecated.void
engineSetCertificateEntry
(String alias, Certificate cert) Deprecated.void
engineSetKeyEntry
(String alias, byte[] key, Certificate[] chain) Deprecated.void
engineSetKeyEntry
(String alias, Key key, char[] password, Certificate[] chain) Deprecated.int
Deprecated.void
engineStore
(OutputStream stream, char[] password) Deprecated.Methods inherited from class java.security.KeyStoreSpi
engineEntryInstanceOf, engineGetEntry, engineProbe, engineSetEntry, engineStore
-
Constructor Details
-
SimpleMemoryKeyStore
public SimpleMemoryKeyStore()Deprecated.
-
-
Method Details
-
engineLoad
public void engineLoad(KeyStore.LoadStoreParameter params) throws IOException, NoSuchAlgorithmException, CertificateException Deprecated.- Overrides:
engineLoad
in classKeyStoreSpi
- Throws:
IOException
NoSuchAlgorithmException
CertificateException
-
engineAliases
Deprecated.- Specified by:
engineAliases
in classKeyStoreSpi
-
engineContainsAlias
Deprecated.- Specified by:
engineContainsAlias
in classKeyStoreSpi
-
engineDeleteEntry
Deprecated.- Specified by:
engineDeleteEntry
in classKeyStoreSpi
- Throws:
KeyStoreException
-
engineGetCertificate
Deprecated.- Specified by:
engineGetCertificate
in classKeyStoreSpi
-
engineIsCertificateEntry
Deprecated.- Specified by:
engineIsCertificateEntry
in classKeyStoreSpi
-
engineIsKeyEntry
Deprecated.- Specified by:
engineIsKeyEntry
in classKeyStoreSpi
-
engineSetCertificateEntry
Deprecated.- Specified by:
engineSetCertificateEntry
in classKeyStoreSpi
- Throws:
KeyStoreException
-
engineSize
public int engineSize()Deprecated.- Specified by:
engineSize
in classKeyStoreSpi
-
engineStore
public void engineStore(OutputStream stream, char[] password) throws IOException, NoSuchAlgorithmException, CertificateException Deprecated.- Specified by:
engineStore
in classKeyStoreSpi
- Throws:
IOException
NoSuchAlgorithmException
CertificateException
-
engineSetKeyEntry
public void engineSetKeyEntry(String alias, byte[] key, Certificate[] chain) throws KeyStoreException Deprecated.- Specified by:
engineSetKeyEntry
in classKeyStoreSpi
- Throws:
KeyStoreException
-
engineSetKeyEntry
public void engineSetKeyEntry(String alias, Key key, char[] password, Certificate[] chain) throws KeyStoreException Deprecated.- Specified by:
engineSetKeyEntry
in classKeyStoreSpi
- Throws:
KeyStoreException
-
engineLoad
public void engineLoad(InputStream stream, char[] password) throws IOException, NoSuchAlgorithmException, CertificateException Deprecated.- Specified by:
engineLoad
in classKeyStoreSpi
- Throws:
IOException
NoSuchAlgorithmException
CertificateException
-
engineGetCertificateAlias
Deprecated.- Specified by:
engineGetCertificateAlias
in classKeyStoreSpi
-
engineGetCertificateChain
Deprecated.- Specified by:
engineGetCertificateChain
in classKeyStoreSpi
-
engineGetCreationDate
Deprecated.- Specified by:
engineGetCreationDate
in classKeyStoreSpi
-
engineGetKey
public Key engineGetKey(String alias, char[] password) throws NoSuchAlgorithmException, UnrecoverableKeyException Deprecated.- Specified by:
engineGetKey
in classKeyStoreSpi
- Throws:
NoSuchAlgorithmException
UnrecoverableKeyException
-