org.apache.geronimo.crypto
Class KeystoreUtil

java.lang.Object
  extended by org.apache.geronimo.crypto.KeystoreUtil

public class KeystoreUtil
extends Object


Field Summary
static Set<String> certKeystoreTypes
          The keystore types which allow certificate entries.
static String defaultType
          The default keystore type.
static Set<String> emptyKeystoreTypes
          The keystore types which allow an empty keystore saved to disk.
static Set<String> keystoreTypes
          All KeyStore types available.
 
Constructor Summary
KeystoreUtil()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keystoreTypes

public static final Set<String> keystoreTypes
All KeyStore types available.


emptyKeystoreTypes

public static final Set<String> emptyKeystoreTypes
The keystore types which allow an empty keystore saved to disk.


certKeystoreTypes

public static final Set<String> certKeystoreTypes
The keystore types which allow certificate entries.


defaultType

public static final String defaultType
The default keystore type.

Constructor Detail

KeystoreUtil

public KeystoreUtil()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.