Package java.security

Interface KeyStore.LoadStoreParameter

All Known Implementing Classes:
JDKPKCS12StoreParameter, PKCS12StoreParameter
Enclosing class:
KeyStore

public static interface KeyStore.LoadStoreParameter
LoadStoreParameter represents a parameter that specifies how a KeyStore can be loaded and stored.
See Also:
KeyStore.load(LoadStoreParameter), KeyStore.store(LoadStoreParameter)
  • Method Details

    • getProtectionParameter

      KeyStore.ProtectionParameter getProtectionParameter()
      Returns the ProtectionParameter which is used to protect data in the KeyStore.
      Returns:
      the ProtectionParameter which is used to protect data in the KeyStore, maybe null.