Skip navigation links
A C D E M O S T 

A

AES_ALGORITHM - Static variable in interface org.refcodes.security.SecurityConsts
 

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
 
DecryptionException(String, Throwable, String) - Constructor for exception org.refcodes.security.DecryptionException
 
DecryptionException(String, Throwable) - Constructor for exception org.refcodes.security.DecryptionException
 
DecryptionException(String) - Constructor for exception org.refcodes.security.DecryptionException
 
DecryptionException(Throwable, String) - Constructor for exception org.refcodes.security.DecryptionException
 
DecryptionException(Throwable) - Constructor for exception org.refcodes.security.DecryptionException
 

E

ENCRYPTED_PREFIX - Static variable in interface org.refcodes.security.SecurityConsts
Prefix identfying data as being encrypted.
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
 
EncryptionException(String, Throwable, String) - Constructor for exception org.refcodes.security.EncryptionException
 
EncryptionException(String, Throwable) - Constructor for exception org.refcodes.security.EncryptionException
 
EncryptionException(String) - Constructor for exception org.refcodes.security.EncryptionException
 
EncryptionException(Throwable, String) - Constructor for exception org.refcodes.security.EncryptionException
 
EncryptionException(Throwable) - Constructor for exception org.refcodes.security.EncryptionException
 

M

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

O

org.refcodes.security - package org.refcodes.security
 

S

SecurityConsts - Interface in org.refcodes.security
 
SecurityException - Exception in org.refcodes.security
 
SecurityException(String, String) - Constructor for exception org.refcodes.security.SecurityException
 
SecurityException(String, Throwable, String) - Constructor for exception org.refcodes.security.SecurityException
 
SecurityException(String, Throwable) - Constructor for exception org.refcodes.security.SecurityException
 
SecurityException(String) - Constructor for exception org.refcodes.security.SecurityException
 
SecurityException(Throwable, String) - Constructor for exception org.refcodes.security.SecurityException
 
SecurityException(Throwable) - Constructor for exception org.refcodes.security.SecurityException
 
SecurityUtility - Class in org.refcodes.security
 

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.
A C D E M O S T 
Skip navigation links

Copyright © 2016. All rights reserved.