Skip navigation links
A C D E G M O S T V 

A

Algorithm - Enum in org.refcodes.security
The Enum Algorithm.

C

CIPHER_LENGTH - Static variable in class org.refcodes.security.SecurityUtility
 
CIPHER_UID_LENGTH - Static variable in class org.refcodes.security.SecurityUtility
 
CIPHER_UID_TIMESTAMP_LENGTH - Static variable in class org.refcodes.security.SecurityUtility
 

D

Decrypter<DEC,ENC,EXC extends DecryptionException> - Interface in org.refcodes.security
Plain interface for providing straight forward decryption functionality as of Decrypter.toDecrypted(Object) and for forcing your plain functionality to provide a bridge to the Java Cryptographic Extension (JCE) framework's CipherSpi as of Decrypter.toDecrypted(byte[], int, int, byte[], int).
DecryptionException - Exception in org.refcodes.security
Thrown in case an encryption issue occurred regarding the Encrypter.
DecryptionException(String, String) - Constructor for exception org.refcodes.security.DecryptionException
Instantiates a new decryption exception.
DecryptionException(String, Throwable, String) - Constructor for exception org.refcodes.security.DecryptionException
Instantiates a new decryption exception.
DecryptionException(String, Throwable) - Constructor for exception org.refcodes.security.DecryptionException
Instantiates a new decryption exception.
DecryptionException(String) - Constructor for exception org.refcodes.security.DecryptionException
Instantiates a new decryption exception.
DecryptionException(Throwable, String) - Constructor for exception org.refcodes.security.DecryptionException
Instantiates a new decryption exception.
DecryptionException(Throwable) - Constructor for exception org.refcodes.security.DecryptionException
Instantiates a new decryption exception.

E

Encrypter<ENC,DEC,EXC extends EncryptionException> - Interface in org.refcodes.security
Plain interface for providing straight forward encryption functionality as of Encrypter.toEncrypted(Object) and for forcing your plain functionality to provide a bridge to the Java Cryptographic Extension (JCE) framework's CipherSpi as of Encrypter.toEncrypted(byte[], int, int, byte[], int).
EncryptionException - Exception in org.refcodes.security
Thrown in case a decryption issue occurred regarding the Decrypter.
EncryptionException(String, String) - Constructor for exception org.refcodes.security.EncryptionException
Instantiates a new encryption exception.
EncryptionException(String, Throwable, String) - Constructor for exception org.refcodes.security.EncryptionException
Instantiates a new encryption exception.
EncryptionException(String, Throwable) - Constructor for exception org.refcodes.security.EncryptionException
Instantiates a new encryption exception.
EncryptionException(String) - Constructor for exception org.refcodes.security.EncryptionException
Instantiates a new encryption exception.
EncryptionException(Throwable, String) - Constructor for exception org.refcodes.security.EncryptionException
Instantiates a new encryption exception.
EncryptionException(Throwable) - Constructor for exception org.refcodes.security.EncryptionException
Instantiates a new encryption exception.

G

getName() - Method in enum org.refcodes.security.Algorithm
 

M

MESSAGE_LENGTH - Static variable in class org.refcodes.security.SecurityUtility
 

O

org.refcodes.security - package org.refcodes.security
The refcodes-security artifact provides the basic interfaces defining the functionality for vanilla plain cryptographic algorithm's implementations, e.g.

S

SecurityException - Exception in org.refcodes.security
The Class SecurityException.
SecurityException(String, String) - Constructor for exception org.refcodes.security.SecurityException
Instantiates a new security exception.
SecurityException(String, Throwable, String) - Constructor for exception org.refcodes.security.SecurityException
Instantiates a new security exception.
SecurityException(String, Throwable) - Constructor for exception org.refcodes.security.SecurityException
Instantiates a new security exception.
SecurityException(String) - Constructor for exception org.refcodes.security.SecurityException
Instantiates a new security exception.
SecurityException(Throwable, String) - Constructor for exception org.refcodes.security.SecurityException
Instantiates a new security exception.
SecurityException(Throwable) - Constructor for exception org.refcodes.security.SecurityException
Instantiates a new security exception.
SecurityUtility - Class in org.refcodes.security
The Class SecurityUtility.

T

toDecrypted(ENC) - Method in interface org.refcodes.security.Decrypter
You pass in data of a given type and you get decrypted data of (another) given type.
toDecrypted(byte[], int, int, byte[], int) - Method in interface org.refcodes.security.Decrypter
For compatibility with the java.security framework, especially to be integrated in a sub-class of the CipherSpi.
toDecryptedText(String) - Static method in class org.refcodes.security.SecurityUtility
Decrypt the given text in case it has the prefix identifying the text as being encrypted, else the plain text is returned and a warning is printed out that the passed text is not encrypted (just the first two or three chars or zero chars are shown depending on the length of the text). ------------------------------------------------------------------------- Attention: A unique system ID is used for decryption.
toDecryptedText(String, String) - Static method in class org.refcodes.security.SecurityUtility
Decrypt the given text in case it has the prefix identifying the text as being encrypted, else the plain text is returned and a warning is printed out that the passed text is not encrypted (just the first two or three chars or zero chars are shown depending on the length of the text).
toEncrypted(DEC) - Method in interface org.refcodes.security.Encrypter
You pass in data of a given type and you get encrypted data of (another) given type.
toEncrypted(byte[], int, int, byte[], int) - Method in interface org.refcodes.security.Encrypter
For compatibility with the java.security framework, especially to be integrated in a sub-class of the CipherSpi.
toEncryptedText(String) - Static method in class org.refcodes.security.SecurityUtility
Encrypts the given text and prepends a prefix identifying the text as being encrypted. ------------------------------------------------------------------------- Attention: A unique system ID is used for encryption.
toEncryptedText(String, String) - Static method in class org.refcodes.security.SecurityUtility
Encrypts the given text and prepends a prefix identifying the text as being encrypted.

V

valueOf(String) - Static method in enum org.refcodes.security.Algorithm
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.refcodes.security.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G M O S T V 
Skip navigation links

Copyright © 2017. All rights reserved.