|
Cryptix V3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SignatureException | |
cryptix.provider.elgamal | |
cryptix.provider.rsa | |
java.security |
Uses of SignatureException in cryptix.provider.elgamal |
Methods in cryptix.provider.elgamal that throw SignatureException | |
protected void |
Any_ElGamal_PKCS1Signature.engineUpdate(byte b)
Updates the data to be signed or verified, using one byte. |
protected void |
Any_ElGamal_PKCS1Signature.engineUpdate(byte[] in,
int offset,
int length)
Updates the data to be signed or verified, using the specified sub-array of bytes, starting at the specified offset. |
protected byte[] |
Any_ElGamal_PKCS1Signature.engineSign()
Terminates the update process and returns the signature bytes of all the data signed so far. |
protected boolean |
Any_ElGamal_PKCS1Signature.engineVerify(byte[] signature)
Terminates the update process and verifies that the passed signature equals that of a generated one based on the updated data so far. |
Uses of SignatureException in cryptix.provider.rsa |
Methods in cryptix.provider.rsa that throw SignatureException | |
protected void |
Any_RSA_PKCS1Signature.engineUpdate(byte b)
Updates the data to be signed or verified, using one byte. |
protected void |
Any_RSA_PKCS1Signature.engineUpdate(byte[] in,
int offset,
int length)
Updates the data to be signed or verified, using the specified sub-array of bytes, starting at the specified offset. |
protected byte[] |
Any_RSA_PKCS1Signature.engineSign()
Terminates the update process and returns the signature bytes of all the data signed so far. |
protected boolean |
Any_RSA_PKCS1Signature.engineVerify(byte[] signature)
Terminates the update process and verifies that the passed signature equals that of a generated one based on the updated data so far. |
Uses of SignatureException in java.security |
Methods in java.security that throw SignatureException | |
protected abstract byte[] |
SignatureSpi.engineSign()
|
protected int |
SignatureSpi.engineSign(byte[],
int,
int)
|
protected abstract void |
SignatureSpi.engineUpdate(byte)
|
protected abstract void |
SignatureSpi.engineUpdate(byte[],
int,
int)
|
protected abstract boolean |
SignatureSpi.engineVerify(byte[])
|
byte[] |
Signature.sign()
|
int |
Signature.sign(byte[],
int,
int)
|
void |
Signature.update(byte)
|
void |
Signature.update(byte[])
|
void |
Signature.update(byte[],
int,
int)
|
boolean |
Signature.verify(byte[])
|
|
Cryptix V3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |