Package org.globus.gsi.provider.simple
Class SimpleMemoryKeyStoreLoadStoreParameter
- java.lang.Object
-
- org.globus.gsi.provider.simple.SimpleMemoryKeyStoreLoadStoreParameter
-
- All Implemented Interfaces:
KeyStore.LoadStoreParameter
public class SimpleMemoryKeyStoreLoadStoreParameter extends Object implements KeyStore.LoadStoreParameter
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description SimpleMemoryKeyStoreLoadStoreParameter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description X509Certificate[]getCerts()Deprecated.KeyStore.ProtectionParametergetProtectionParameter()Deprecated.voidsetCerts(X509Certificate[] certs)Deprecated.
-
-
-
Method Detail
-
getCerts
public X509Certificate[] getCerts()
Deprecated.
-
setCerts
public void setCerts(X509Certificate[] certs)
Deprecated.
-
getProtectionParameter
public KeyStore.ProtectionParameter getProtectionParameter()
Deprecated.- Specified by:
getProtectionParameterin interfaceKeyStore.LoadStoreParameter
-
-