|
For the latest news and information visit The GNU Crypto project |
|||||||||
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<Object,Object>
java.util.Properties
java.security.Provider
gnu.crypto.jce.GnuSecurity
public final class GnuSecurity
A provider for classes defined in the java.security
package.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.security.Provider |
---|
Provider.Service |
Field Summary |
---|
Fields inherited from class java.util.Properties |
---|
defaults |
Constructor Summary | |
---|---|
GnuSecurity()
|
Method Summary | |
---|---|
static Set |
getKeyPairGeneratorNames()
Returns a Set of names of keypair generator implementations
available from this Provider . |
static Set |
getMessageDigestNames()
Returns a Set of names of message digest algorithms available
from this Provider . |
static Set |
getSecureRandomNames()
Returns a Set of names of secure random implementations
available from this Provider . |
static Set |
getSignatureNames()
Returns a Set of names of signature scheme implementations
available from this Provider . |
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 |
Constructor Detail |
---|
public GnuSecurity()
Method Detail |
---|
public static final Set getMessageDigestNames()
Returns a Set
of names of message digest algorithms available
from this Provider
.
Set
of hash names (Strings).public static final Set getSecureRandomNames()
Returns a Set
of names of secure random implementations
available from this Provider
.
Set
of secure random names (Strings).public static final Set getKeyPairGeneratorNames()
Returns a Set
of names of keypair generator implementations
available from this Provider
.
Set
of key pair generator names (Strings).public static final Set getSignatureNames()
Returns a Set
of names of signature scheme implementations
available from this Provider
.
Set
of signature names (Strings).
|
For the latest news and information visit The GNU Crypto project |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |