|
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.Object java.util.Dictionary java.util.Hashtable java.util.Properties java.security.Provider gnu.crypto.jce.GnuCrypto
The GNU Crypto implementation of the Java Cryptographic Extension (JCE) Provider.
Provider
,
Serialized FormNested Class Summary |
Nested classes inherited from class java.util.Hashtable |
|
Field Summary |
Fields inherited from class java.security.Provider |
|
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
GnuCrypto()
The GNU Crypto Provider. |
Method Summary | |
static java.util.Set |
getCipherNames()
Returns a Set of names of symmetric key block cipher algorithms
available from this Provider . |
static java.util.Set |
getKeyPairGeneratorNames()
Returns a Set of names of keypair generator implementations
available from this Provider . |
static java.util.Set |
getMacNames()
Returns a Set of names of MAC algorithms available from
this Provider . |
static java.util.Set |
getMessageDigestNames()
Returns a Set of names of message digest algorithms available
from this Provider . |
static java.util.Set |
getSaslClientMechanismNames()
Returns a Set of names of SASL Client mechanisms available from
this Provider . |
static java.util.Set |
getSaslServerMechanismNames()
Returns a Set of names of SASL Server mechanisms available from
this Provider . |
static java.util.Set |
getSecureRandomNames()
Returns a Set of names of secure random implementations
available from this Provider . |
static java.util.Set |
getSignatureNames()
Returns a Set of names of signature scheme implementations
available from this Provider . |
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 |
public GnuCrypto()
The GNU Crypto Provider.
Method Detail |
public static final java.util.Set getMessageDigestNames()
Returns a Set
of names of message digest algorithms available
from this Provider
.
Set
of hash names (Strings).public static final java.util.Set getSecureRandomNames()
Returns a Set
of names of secure random implementations
available from this Provider
.
Set
of secure random names (Strings).public static final java.util.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 java.util.Set getSignatureNames()
Returns a Set
of names of signature scheme implementations
available from this Provider
.
Set
of signature names (Strings).public static final java.util.Set getCipherNames()
Returns a Set
of names of symmetric key block cipher algorithms
available from this Provider
.
Set
of cipher names (Strings).public static final java.util.Set getMacNames()
Returns a Set
of names of MAC algorithms available from
this Provider
.
Set
of MAC names (Strings).public static final java.util.Set getSaslClientMechanismNames()
Returns a Set
of names of SASL Client mechanisms available from
this Provider
.
Set
of SASL Client mechanisms (Strings).public static final java.util.Set getSaslServerMechanismNames()
Returns a Set
of names of SASL Server mechanisms available from
this Provider
.
Set
of SASL Server mechanisms (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 |