KeyStore.LoadStoreParameter | java.security |
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( )} |