|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package gnu.crypto.cipher |
Class gnu.crypto.cipher.WeakKeyException extends java.security.InvalidKeyException implements Serializable |
Package gnu.crypto.jce |
Class gnu.crypto.jce.GnuCrypto extends java.security.Provider implements Serializable |
Package gnu.crypto.jce.prng |
Class gnu.crypto.jce.prng.ARCFourRandomSpi extends java.security.SecureRandomSpi implements Serializable |
Serialized Fields |
IRandom adaptee
boolean virgin
Class gnu.crypto.jce.prng.HavalRandomSpi extends SecureRandomAdapter implements Serializable |
Class gnu.crypto.jce.prng.ICMRandomSpi extends java.security.SecureRandomSpi implements Serializable |
Serialized Fields |
ICMGenerator adaptee
Class gnu.crypto.jce.prng.MD2RandomSpi extends SecureRandomAdapter implements Serializable |
Class gnu.crypto.jce.prng.MD4RandomSpi extends SecureRandomAdapter implements Serializable |
Class gnu.crypto.jce.prng.MD5RandomSpi extends SecureRandomAdapter implements Serializable |
Class gnu.crypto.jce.prng.RipeMD128RandomSpi extends SecureRandomAdapter implements Serializable |
Class gnu.crypto.jce.prng.RipeMD160RandomSpi extends SecureRandomAdapter implements Serializable |
Class gnu.crypto.jce.prng.Sha160RandomSpi extends SecureRandomAdapter implements Serializable |
Class gnu.crypto.jce.prng.Sha256RandomSpi extends SecureRandomAdapter implements Serializable |
Class gnu.crypto.jce.prng.Sha384RandomSpi extends SecureRandomAdapter implements Serializable |
Class gnu.crypto.jce.prng.Sha512RandomSpi extends SecureRandomAdapter implements Serializable |
Class gnu.crypto.jce.prng.TigerRandomSpi extends SecureRandomAdapter implements Serializable |
Class gnu.crypto.jce.prng.UMacRandomSpi extends java.security.SecureRandomSpi implements Serializable |
Serialized Fields |
UMacGenerator adaptee
Class gnu.crypto.jce.prng.WhirlpoolRandomSpi extends SecureRandomAdapter implements Serializable |
Package gnu.crypto.pad |
Class gnu.crypto.pad.WrongPaddingException extends java.lang.Exception implements Serializable |
Package gnu.crypto.prng |
Class gnu.crypto.prng.LimitReachedException extends java.lang.Exception implements Serializable |
Package gnu.crypto.assembly |
Class gnu.crypto.assembly.TransformerException extends java.lang.Exception implements Serializable |
Serialized Fields |
java.lang.Throwable _exception
Package gnu.crypto.sasl |
Class gnu.crypto.sasl.ConfidentialityException extends javax.security.sasl.SaslException implements Serializable |
Class gnu.crypto.sasl.IllegalMechanismStateException extends javax.security.sasl.AuthenticationException implements Serializable |
Class gnu.crypto.sasl.IntegrityException extends javax.security.sasl.SaslException implements Serializable |
Class gnu.crypto.sasl.NoSuchMechanismException extends javax.security.sasl.SaslException implements Serializable |
Class gnu.crypto.sasl.NoSuchUserException extends javax.security.sasl.AuthenticationException implements Serializable |
Class gnu.crypto.sasl.SaslEncodingException extends javax.security.sasl.SaslException implements Serializable |
Class gnu.crypto.sasl.UserAlreadyExistsException extends javax.security.sasl.SaslException implements Serializable |
Package gnu.crypto.key |
Class gnu.crypto.key.KeyAgreementException extends java.security.KeyManagementException implements Serializable |
Serialized Fields |
java.lang.Throwable cause
null
root cause exception.
Package gnu.crypto.key.dss |
Class gnu.crypto.key.dss.DSSKey extends java.lang.Object implements Serializable |
Serialized Fields |
java.math.BigInteger p
2L-1 < p < 2L
for 512 <= L <= 1024
and L
a multiple of
64
.
java.math.BigInteger q
p - 1
, where 2159 < q
< 2160
.
java.math.BigInteger g
g = h(p-1)/q mod p
, where h
is any
integer with 1 < h < p - 1
such that h
(p-1)/q mod p > 1
(g
has order q mod p
).
Class gnu.crypto.key.dss.DSSPrivateKey extends DSSKey implements Serializable |
Serialized Fields |
java.math.BigInteger x
A randomly or pseudorandomly generated integer with 0 < x <
q
.
Class gnu.crypto.key.dss.DSSPublicKey extends DSSKey implements Serializable |
Serialized Fields |
java.math.BigInteger y
y = gx mod p
where x
is the private
part of the DSA key.
Package gnu.crypto.key.rsa |
Class gnu.crypto.key.rsa.GnuRSAKey extends java.lang.Object implements Serializable |
Serialized Fields |
java.math.BigInteger n
java.math.BigInteger e
Class gnu.crypto.key.rsa.GnuRSAPrivateKey extends GnuRSAKey implements Serializable |
Serialized Fields |
java.math.BigInteger p
java.math.BigInteger q
java.math.BigInteger d
java.math.BigInteger dP
java.math.BigInteger dQ
java.math.BigInteger qInv
Class gnu.crypto.key.rsa.GnuRSAPublicKey extends GnuRSAKey implements Serializable |
Package gnu.crypto.key.dh |
Class gnu.crypto.key.dh.GnuDHKey extends java.lang.Object implements Serializable |
Serialized Fields |
java.math.BigInteger q
java.math.BigInteger p
java.math.BigInteger g
Class gnu.crypto.key.dh.GnuDHPrivateKey extends GnuDHKey implements Serializable |
Serialized Fields |
java.math.BigInteger x
Class gnu.crypto.key.dh.GnuDHPublicKey extends GnuDHKey implements Serializable |
Serialized Fields |
java.math.BigInteger y
Package gnu.crypto.key.srp6 |
Class gnu.crypto.key.srp6.SRPKey extends java.lang.Object implements Serializable |
Serialized Fields |
java.math.BigInteger N
java.math.BigInteger g
Class gnu.crypto.key.srp6.SRPPrivateKey extends SRPKey implements Serializable |
Serialized Fields |
java.math.BigInteger X
java.math.BigInteger v
Class gnu.crypto.key.srp6.SRPPublicKey extends SRPKey implements Serializable |
Serialized Fields |
java.math.BigInteger Y
Package gnu.crypto.keyring |
Class gnu.crypto.keyring.MalformedKeyringException extends java.io.IOException implements Serializable |
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV NEXT | FRAMES NO FRAMES |