Uses of Class
rs.baselib.crypto.SigningException
| Package | Description |
|---|---|
| rs.baselib.crypto |
Provides support for encrypting, decrypting and signing streams.
|
| rs.baselib.licensing.internal |
Internal Licensing implementations.
|
-
Uses of SigningException in rs.baselib.crypto
Methods in rs.baselib.crypto that throw SigningException Modifier and Type Method Description byte[]DataSigner. getByteSignature(byte[] bytes)Creates a signature for the given bytes.byte[]DataSigner. getByteSignature(java.io.InputStream in)Creates a signature for the given stream.byte[]DataSigner. getByteSignature(java.io.Reader reader)Creates a signature for the given stream.byte[]DataSigner. getByteSignature(java.lang.String str)Creates a signature for the given string.voidDataSigner. setPrivateKey(java.lang.String privateKey)Sets the privateKey.voidDataSigner. setPublicKey(java.lang.String publicKey)Sets the publicKey.java.lang.StringDataSigner. sign(byte[] bytes)Creates a signature for the given bytes.java.lang.StringDataSigner. sign(java.io.InputStream in)Creates a signature for the given stream.java.lang.StringDataSigner. sign(java.io.Reader reader)Creates a signature for the given stream.java.lang.StringDataSigner. sign(java.lang.String str)Creates a signature for the given string.voidDataSigner. update(java.security.Signature signature, java.io.InputStream in)Updates the DSA with the bytes from this stream.protected voidDataSigner. update(java.security.Signature signature, java.io.Reader reader)Updates the DSA with the bytes from this stream.booleanDataSigner. verify(byte[] signature, byte[] data)Verifies the signature on the given bytes.booleanDataSigner. verify(byte[] signature, java.io.InputStream in)Verifies the signature on the given stream.booleanDataSigner. verify(byte[] signature, java.io.Reader in)Verifies the signature on the given stream.booleanDataSigner. verify(java.lang.String signature, java.io.InputStream in)Verifies the signature on the given stream.booleanDataSigner. verify(java.lang.String signature, java.io.Reader in)Verifies the signature on the given stream.booleanDataSigner. verify(java.lang.String signature, java.lang.String str)Verifies the signature on the given string. -
Uses of SigningException in rs.baselib.licensing.internal
Methods in rs.baselib.licensing.internal that throw SigningException Modifier and Type Method Description protected byte[]OctetLicenseCreator. sign(ILicenseContext context, byte[] bytes)Signs the given byte array.protected booleanOctetLicenseVerifier. verify(byte[] signature, SimpleLicense license, ILicenseContext context)Verifies the signature