|
||||||||||
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
com.sibvisions.util.security.SecurityProvider
public class SecurityProvider
The SecurityProvider
is a Provider
that mapps all additional
message digests and offers them through Security
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.security.Provider |
---|
java.security.Provider.Service |
Field Summary | |
---|---|
static java.lang.String |
INFO
the provider information. |
static java.lang.String |
NAME
the provider name. |
static float |
VERSION
the version. |
Fields inherited from class java.util.Properties |
---|
defaults |
Constructor Summary | |
---|---|
|
SecurityProvider()
Creates a new instance of SecurityProvider . |
protected |
SecurityProvider(java.lang.String name,
double version,
java.lang.String info)
Crates a new instance of SecurityProvider with the given
information. |
Method Summary | |
---|---|
static void |
init()
Adds the security provider to the list of known providers, if not already done. |
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 NAME
public static final float VERSION
public static final java.lang.String INFO
Constructor Detail |
---|
public SecurityProvider()
SecurityProvider
.
protected SecurityProvider(java.lang.String name, double version, java.lang.String info)
SecurityProvider
with the given
information.
name
- the provider nameversion
- the versioninfo
- detailed information about the providerMethod Detail |
---|
public static void init()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |