|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
java.security.Provider
org.apache.mina.proxy.utils.MD4Provider
public class MD4Provider
MD4Provider.java - A security provider that only provides a MD4 implementation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.security.Provider |
---|
java.security.Provider.Service |
Field Summary | |
---|---|
static java.lang.String |
INFO
Provider information. |
static java.lang.String |
PROVIDER_NAME
Provider name. |
static double |
VERSION
Provider version. |
Fields inherited from class java.util.Properties |
---|
defaults |
Constructor Summary | |
---|---|
MD4Provider()
Default constructor that registers MD4 as the Service Provider
Interface (SPI) of the MD4 message digest algorithm. |
Method Summary |
---|
Methods inherited from class java.security.Provider |
---|
clear, elements, entrySet, get, getInfo, getName, getProperty, getService, getServices, getVersion, keys, keySet, load, put, putAll, putService, remove, removeService, toString, values |
Methods inherited from class java.util.Properties |
---|
getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
Methods inherited from class java.util.Hashtable |
---|
clone, contains, containsKey, containsValue, equals, hashCode, isEmpty, rehash, size |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROVIDER_NAME
public static final double VERSION
public static final java.lang.String INFO
Constructor Detail |
---|
public MD4Provider()
MD4
as the Service Provider
Interface (SPI) of the MD4 message digest algorithm.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |