Serialized Form
Package au.net.aba.crypto |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- serialisation support using Externalizable.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- serialisation support using Externalizable.
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- serialisation support using Externalizable.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- serialisation support using Externalizable.
Package au.net.aba.crypto.provider |
key
byte[] key
key
byte[] key
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException
- serialisation support using Externalizable.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- serialisation support using Externalizable.
g
java.math.BigInteger g
l
int l
p
java.math.BigInteger p
x
java.math.BigInteger x
g
java.math.BigInteger g
l
int l
p
java.math.BigInteger p
y
java.math.BigInteger y
key
byte[] key
pwd
char[] pwd
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException
- serialisation support using Externalizable.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- serialisation support using Externalizable.
d
java.math.BigInteger d
- The private exponent of this key.
modulus
java.math.BigInteger modulus
- The modulus of this key.
dP
java.math.BigInteger dP
dQ
java.math.BigInteger dQ
exponent
java.math.BigInteger exponent
- The public exponent.
p
java.math.BigInteger p
- The larger of the two prime factors.
pMinus1
java.math.BigInteger pMinus1
- p-1 [calculated].
q
java.math.BigInteger q
- The smaller of the two prime factors.
qInv
java.math.BigInteger qInv
- The multiplicative inverse of q % p [calculated].
qMinus1
java.math.BigInteger qMinus1
- q-1 [calculated].
exponent
java.math.BigInteger exponent
- The exponent component of the two part key that is
required by the RSA algorithm.
modulus
java.math.BigInteger modulus
- The modulus component of the two part key that is
required by the RSA algorithm.
key
byte[] key
encodedParams
byte[] encodedParams
- encoded algorithm parameters for the cipher
used to encrypt the object.
encryptedContent
byte[] encryptedContent
- the encrypted object.
paramsAlg
java.lang.String paramsAlg
- the algorithm for the parameters used.
sealAlg
java.lang.String sealAlg
- the algorithm used to seal the object.
Package javax.crypto.spec |
algorithm
java.lang.String algorithm
- the algorithm the key is for.
key
byte[] key
- the key material