|
For the latest news and information visit The GNU Crypto project |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Package gnu.crypto.jce |
Class gnu.crypto.jce.GnuCrypto implements Serializable |
Class gnu.crypto.jce.ICMRandomSpi implements Serializable |
Serialized Fields |
ICMGenerator adaptee
Class gnu.crypto.jce.MD4RandomSpi implements Serializable |
Class gnu.crypto.jce.MD5RandomSpi implements Serializable |
Class gnu.crypto.jce.RipeMD128RandomSpi implements Serializable |
Class gnu.crypto.jce.RipeMD160RandomSpi implements Serializable |
Class gnu.crypto.jce.SecureRandomAdapter implements Serializable |
Serialized Fields |
MDGenerator adaptee
java.lang.String mdName
Class gnu.crypto.jce.Sha160RandomSpi implements Serializable |
Class gnu.crypto.jce.UMacRandomSpi implements Serializable |
Serialized Fields |
UMacGenerator adaptee
Class gnu.crypto.jce.WhirlpoolRandomSpi implements Serializable |
Package gnu.crypto.pad |
Class gnu.crypto.pad.WrongPaddingException implements Serializable |
Package gnu.crypto.prng |
Class gnu.crypto.prng.LimitReachedException implements Serializable |
Package gnu.crypto.sig.dss |
Class gnu.crypto.sig.dss.DSSKey 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.sig.dss.DSSPrivateKey implements Serializable |
Serialized Fields |
java.math.BigInteger x
0 < x <
q
.Class gnu.crypto.sig.dss.DSSPublicKey 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.sig.rsa |
Class gnu.crypto.sig.rsa.GnuRSAKey implements Serializable |
Serialized Fields |
java.math.BigInteger n
Class gnu.crypto.sig.rsa.GnuRSAPrivateKey implements Serializable |
Serialized Fields |
java.math.BigInteger p
java.math.BigInteger q
java.math.BigInteger e
java.math.BigInteger d
java.math.BigInteger dP
java.math.BigInteger dQ
java.math.BigInteger qInv
Class gnu.crypto.sig.rsa.GnuRSAPublicKey implements Serializable |
Serialized Fields |
java.math.BigInteger e
|
For the latest news and information visit The GNU Crypto project |
||||||||
PREV NEXT | FRAMES NO FRAMES |