GNU Classpath (0.95) | |
Frames | No Frames |
Constructors which throw type java.security.SignatureException | |
Constructs a new instance of SignedObject from a
Serializable object. |
Methods which throw type java.security.SignatureException | |
byte[] | Returns the signature bytes of all the data fed to this instance. |
int | SignatureSpi.engineSign(byte[] outbuf, int offset, int len) Generates signature bytes of all the data fed to this instance and stores
the result in the designated array. |
void | SignatureSpi.engineUpdate(byte b) Updates the data to be signed or verified with the specified byte.
|
void | SignatureSpi.engineUpdate(byte[] b, int off, int len) Updates the data to be signed or verified with the specified bytes.
|
boolean | SignatureSpi.engineVerify(byte[] sigBytes) Verifies a designated signature.
|
boolean | SignatureSpi.engineVerify(byte[] sigBytes, int offset, int length) Convenience method which calls the method with the same name and one
argument after copying the designated bytes into a temporary byte array.
|
byte[] | Returns the signature bytes of all the data fed to this instance. |
int | Generates signature bytes of all the data fed to this instance and stores
it in the designated array. |
void | Updates the data to be signed or verified with the specified byte.
|
void | Updates the data to be signed or verified with the specified bytes.
|
void | Updates the data to be signed or verified with the specified bytes.
|
void | Update this signature with the Buffer.remaining()
bytes of the input buffer.
|
boolean | Verifies a designated signature.
|
boolean | Verifies a designated signature.
|
boolean | Verifies the encapsulated digital signature by checking that it was
generated by the owner of a designated public key.
|
Methods which throw type java.security.SignatureException | |
void | Verifies that this Certificate was properly signed with the
PublicKey that corresponds to its private key.
|
void | Verifies that this CRL was properly signed with the
PublicKey that corresponds to its private key.
|
void | Verifies that this Certificate was properly signed with the
PublicKey that corresponds to its private key and uses
the signature engine provided by the provider.
|
void | Verifies that this CRL was properly signed with the
PublicKey that corresponds to its private key and uses
the signature engine provided by the provider.
|
Methods which throw type java.security.SignatureException | |
void | Verifies the signature of this certificate.
|
void | Verifies the signature of this certificate, using the specified security
provider.
|
GNU Classpath (0.95) |