Module org.refcodes.security
Package org.refcodes.security
-
-
Class Summary Class Description DecryptionOutputStream ADecryptionOutputStream
wraps anOutputStream
and produces output bytes by applying aEncrypter
on each byte to be written before delegating the processed vale to the givenOutputStream
.EncryptionInputStream AEncryptionInputStream
wraps anInputStream
and consumes input bytes by applying aDecrypter
on each byte read from the providedInputStream
before passing back the processed byte to the caller.KeyStoreDescriptorBuilderImpl Implementation of theKeyStoreDescriptor
interface.KeyStoreDescriptorImpl The immutableKeyStoreDescriptorImpl
implements theTrustStoreDescriptor
interface.SecurityUtility The Class SecurityUtility.TrustStoreDescriptorBuilderImpl Implementation of theKeyStoreDescriptor
interface.TrustStoreDescriptorImpl The immutableTrustStoreDescriptorImpl
implements theTrustStoreDescriptor
interface. -
Exception Summary Exception Description DecryptionException Thrown in case an encryption issue occurred regarding theEncrypter
.EncryptionException Thrown in case a decryption issue occurred regarding theDecrypter
.SecurityException The Class SecurityException.