Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 522
نمايش فراداده

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