KeyStore.ProtectionParameter | java.security |
This
marker interface should be
implemented by classes that provide some form of protection for the
entries in a KeyStore.
public interface KeyStore.ProtectionParameter {
}
Implementations
KeyStore.CallbackHandlerProtection,
KeyStore.PasswordProtection
Passed To
KeyStore.{getEntry( ), setEntry(
)}, KeyStore.Builder.newInstance( ),
KeyStoreSpi.{engineGetEntry( ),
engineSetEntry( )}
Returned By
KeyStore.Builder.getProtectionParameter( ),
KeyStore.LoadStoreParameter.getProtectionParameter(
)
|