Uses of Class
rs.baselib.crypto.DecryptionException
| Package | Description |
|---|---|
| rs.baselib.crypto |
Provides support for encrypting, decrypting and signing streams.
|
| rs.baselib.licensing |
Helper methods for licensing products.
|
| rs.baselib.licensing.internal |
Internal Licensing implementations.
|
-
Uses of DecryptionException in rs.baselib.crypto
Methods in rs.baselib.crypto that throw DecryptionException Modifier and Type Method Description byte[]Decrypter. decrypt(byte[] bytes)Decrypt a byte arrayjava.lang.StringDecrypter. decrypt(java.lang.String str)Takes a single string as an argument and returns an decrypted version of that string.Constructors in rs.baselib.crypto that throw DecryptionException Constructor Description DataSigner()Constructor.DataSigner(java.security.KeyPair keyPair)Constructor from key pair.DataSigner(java.security.PrivateKey privateKey)Constructor from private key.DataSigner(java.security.PrivateKey privateKey, java.security.PublicKey publicKey)Constructor from key pair.DataSigner(java.security.PublicKey publicKey)Constructor from public key.Decrypter(byte[] bytephrase, byte[] salt, int iterationCount)Constructor from bytephrase, salt and iteration spec.Decrypter(char[] passPhrase)Constructor from passphrase.Decrypter(char[] passPhrase, byte[] salt)Constructor from passphrase.Decrypter(java.lang.String passPhrase)Constructor from passphrase.Decrypter(java.lang.String passPhrase, byte[] salt)Constructor from passphrase.Decrypter(java.lang.String passPhrase, byte[] salt, int iterationCount)Constructor from passphrase, salt and iteration spec.Decrypter(java.security.Key key, java.lang.String algorithm)Constructor from secret key.Decrypter(java.security.Key key, java.lang.String algorithm, byte[] salt, int iterationCount)Constructor from secret key.Decrypter(java.security.Key key, java.lang.String algorithm, java.security.spec.AlgorithmParameterSpec paramSpec)Constructor from secret key. -
Uses of DecryptionException in rs.baselib.licensing
Constructors in rs.baselib.licensing that throw DecryptionException Constructor Description LicenseGenerator()Constructor.LicenseGenerator(ILicenseCreator licenseCreator)Constructor.LicenseGenerator(ILicensingScheme scheme)Constructor. -
Uses of DecryptionException in rs.baselib.licensing.internal
Methods in rs.baselib.licensing.internal that throw DecryptionException 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