Team LiB
Previous Section Next Section

KeyStore.LoadStoreParameterjava.security

Java 5.0

This interface represents an object passed to the load( ) or store( ) methods of KeyStore. An implementation must be able to return a KeyStore.ProtectionParameter.

public interface KeyStore.LoadStoreParameter {
// Public Instance Methods
     KeyStore.ProtectionParameter getProtectionParameter( );  
}

Passed To

KeyStore.{load( ), store( )}, KeyStoreSpi.{engineLoad( ), engineStore( )}

    Team LiB
    Previous Section Next Section