Team LiB
Previous Section Next Section

KeyStore.ProtectionParameterjava.security

Java 5.0

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( )

    Team LiB
    Previous Section Next Section