API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. KeyStore.Builder View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      KeyStore.Builder
Implements
Subclasses
Description
publicabstractstatic abstract class KeyStore.Builder
  A description of a to-be-instantiated KeyStore object.
Constructors
protected KeyStore.Builder ()
Construct a new Builder.
Methods
Hide/Show inherited methods
publicabstract KeyStore getKeyStore () throws KeyStoreException
  Returns the KeyStore described by this object.
publicabstract ProtectionParameter getProtectionParameter (String alias) throws KeyStoreException
  Returns the ProtectionParameters that should be used to obtain the Entry with the given alias.
publicstatic Builder newInstance (KeyStore keyStore, ProtectionParameter protectionParameter)
  Returns a new Builder that encapsulates the given KeyStore.
publicstatic Builder newInstance (String type, Provider provider, File file, ProtectionParameter protection)
  Returns a new Builder object.
publicstatic Builder newInstance (String type, Provider provider, ProtectionParameter protection)
  Returns a new Builder object.
Fields
Hide/Show inherited fields
pack-privatefinalstatic int MAX_CALLBACK_TRIES = "3"
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar