public static final class

Secmod.KeyStoreLoadParameter

extends Object
implements KeyStore.LoadStoreParameter
java.lang.Object
   ↳ sun.security.pkcs11.Secmod.KeyStoreLoadParameter

Class Overview

A LoadStoreParameter for use with the NSS Softtoken or NSS TrustAnchor KeyStores.

It allows the set of trusted certificates that are returned by the KeyStore to be specified.

Summary

Public Constructors
Secmod.KeyStoreLoadParameter(Secmod.TrustType trustType, char[] password)
Secmod.KeyStoreLoadParameter(Secmod.TrustType trustType, KeyStore.ProtectionParameter prot)
Public Methods
KeyStore.ProtectionParameter getProtectionParameter()
Gets the parameter used to protect keystore data.
Secmod.TrustType getTrustType()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.security.KeyStore.LoadStoreParameter

Public Constructors

public Secmod.KeyStoreLoadParameter (Secmod.TrustType trustType, char[] password)

public Secmod.KeyStoreLoadParameter (Secmod.TrustType trustType, KeyStore.ProtectionParameter prot)

Public Methods

public KeyStore.ProtectionParameter getProtectionParameter ()

Gets the parameter used to protect keystore data.

Returns
  • the parameter used to protect keystore data, or null

public Secmod.TrustType getTrustType ()