webfunds.openpgp.provider
Class CryptixOpenPGP

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--java.util.Properties
                    |
                    +--java.security.Provider
                          |
                          +--webfunds.openpgp.provider.CryptixOpenPGP

public final class CryptixOpenPGP
extends java.security.Provider

The Cryptix OpenPGP Certificate Provider.

FIXME: Move to Cryptix OpenPGP sometime in the future.

See Also:
Serialized Form

Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
CryptixOpenPGP()
           
 
Methods inherited from class java.security.Provider
clear, entrySet, getInfo, getName, getVersion, keySet, load, put, putAll, remove, toString, values
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, rehash, size
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CryptixOpenPGP

public CryptixOpenPGP()