Index

A C D E F G H J K L M O P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form

A

AES - Enum constant in enum org.refcodes.security.Algorithm
 
Algorithm - Enum in org.refcodes.security
The Enum Algorithm.
available() - Method in class org.refcodes.security.DecryptionInputStream

C

close() - Method in class org.refcodes.security.DecryptionInputStream
close() - Method in class org.refcodes.security.EncryptionOutputStream
Crypter<ENC,DEC,ENCEXC extends EncryptionException,DECEXC extends DecryptionException> - Interface in org.refcodes.security
The Crypter combines Encrypter and Decrypter functionality.

D

decrypt(byte[]) - Method in interface org.refcodes.security.Decrypter
This method decrypts the provided buffer.
decrypt(byte[], int, int) - Method in interface org.refcodes.security.Decrypter
This method decrypts the provided buffer beginning at the given offset and the given number of bytes.
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 decryption issue occurred regarding the Encrypter.
DecryptionException(String) - Constructor for exception org.refcodes.security.DecryptionException
Instantiates a new decryption exception.
DecryptionException(String, 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, 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.
DecryptionException(Throwable, String) - Constructor for exception org.refcodes.security.DecryptionException
Instantiates a new decryption exception.
DecryptionException.DecryptionRuntimeException - Exception in org.refcodes.security
Thrown in case an decryption issue occurred regarding the Encrypter.
DecryptionInputStream - Class in org.refcodes.security
A DecryptionInputStream wraps an InputStream and consumes input bytes by applying a Decrypter on each byte read from the provided InputStream before passing back the processed byte to the caller.
DecryptionInputStream(InputStream, Decrypter<byte[], byte[], DecryptionException>) - Constructor for class org.refcodes.security.DecryptionInputStream
Constructs the DecryptionInputStream by wrapping the given InputStream for the provided Decrypter to be applied on the bytes to be read.
DecryptionRuntimeException(String) - Constructor for exception org.refcodes.security.DecryptionException.DecryptionRuntimeException
Instantiates a new decryption runtime exception.
DecryptionRuntimeException(String, String) - Constructor for exception org.refcodes.security.DecryptionException.DecryptionRuntimeException
Instantiates a new decryption runtime exception.
DecryptionRuntimeException(String, Throwable) - Constructor for exception org.refcodes.security.DecryptionException.DecryptionRuntimeException
Instantiates a new decryption runtime exception.
DecryptionRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.security.DecryptionException.DecryptionRuntimeException
Instantiates a new decryption runtime exception.
DecryptionRuntimeException(Throwable) - Constructor for exception org.refcodes.security.DecryptionException.DecryptionRuntimeException
Instantiates a new decryption runtime exception.
DecryptionRuntimeException(Throwable, String) - Constructor for exception org.refcodes.security.DecryptionException.DecryptionRuntimeException
Instantiates a new decryption runtime exception.
dispose() - Method in class org.refcodes.security.DecryptionInputStream
dispose() - Method in class org.refcodes.security.EncryptionOutputStream

E

encrypt(byte[]) - Method in interface org.refcodes.security.Encrypter
This method encrypts the provided buffer.
encrypt(byte[], int, int) - Method in interface org.refcodes.security.Encrypter
This method encrypts the provided buffer beginning at the given offset and the given number of bytes.
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 an encryption issue occurred regarding the Encrypter.
EncryptionException(String) - Constructor for exception org.refcodes.security.EncryptionException
Instantiates a new encryption exception.
EncryptionException(String, 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, 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.
EncryptionException(Throwable, String) - Constructor for exception org.refcodes.security.EncryptionException
Instantiates a new encryption exception.
EncryptionException.EncryptionRuntimeException - Exception in org.refcodes.security
Thrown in case an encryption issue occurred regarding the Encrypter.
EncryptionOutputStream - Class in org.refcodes.security
A EncryptionOutputStream wraps an OutputStream and produces output bytes by applying a Encrypter on each byte to be written before delegating the processed vale to the given OutputStream.
EncryptionOutputStream(OutputStream, Encrypter<byte[], byte[], EncryptionException>) - Constructor for class org.refcodes.security.EncryptionOutputStream
Constructs the EncryptionOutputStream by wrapping the given OutputStream for the provided Encrypter to be applied on the bytes to be written.
EncryptionRuntimeException(String) - Constructor for exception org.refcodes.security.EncryptionException.EncryptionRuntimeException
Instantiates a new encryption runtime exception.
EncryptionRuntimeException(String, String) - Constructor for exception org.refcodes.security.EncryptionException.EncryptionRuntimeException
Instantiates a new encryption runtime exception.
EncryptionRuntimeException(String, Throwable) - Constructor for exception org.refcodes.security.EncryptionException.EncryptionRuntimeException
Instantiates a new encryption runtime exception.
EncryptionRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.security.EncryptionException.EncryptionRuntimeException
Instantiates a new encryption runtime exception.
EncryptionRuntimeException(Throwable) - Constructor for exception org.refcodes.security.EncryptionException.EncryptionRuntimeException
Instantiates a new encryption runtime exception.
EncryptionRuntimeException(Throwable, String) - Constructor for exception org.refcodes.security.EncryptionException.EncryptionRuntimeException
Instantiates a new encryption runtime exception.
equals(Object) - Method in class org.refcodes.security.DecryptionInputStream
equals(Object) - Method in class org.refcodes.security.EncryptionOutputStream

F

flush() - Method in class org.refcodes.security.EncryptionOutputStream

G

getKeyPassword() - Method in interface org.refcodes.security.KeyStoreDescriptor
Retrieves the key's password.
getKeyPassword() - Method in class org.refcodes.security.KeyStoreDescriptorBuilderImpl
Retrieves the key's password.
getKeyPassword() - Method in class org.refcodes.security.KeyStoreDescriptorImpl
Retrieves the key's password.
getKeyStoreDescriptor() - Method in interface org.refcodes.security.KeyStoreDescriptorAccessor
Retrieves the KeyStoreDescriptor from the KeyStoreDescriptor property.
getName() - Method in enum org.refcodes.security.Algorithm
getStoreFile() - Method in class org.refcodes.security.KeyStoreDescriptorImpl
Retrieves the File pointing to the KeyStore.
getStoreFile() - Method in interface org.refcodes.security.TrustStoreDescriptor
Retrieves the File pointing to the KeyStore.
getStoreFile() - Method in class org.refcodes.security.TrustStoreDescriptorBuilderImpl
Retrieves the File pointing to the KeyStore.
getStoreFile() - Method in class org.refcodes.security.TrustStoreDescriptorImpl
Retrieves the File pointing to the KeyStore.
getStorePassword() - Method in class org.refcodes.security.KeyStoreDescriptorImpl
Retrieves the keysotre's password.
getStorePassword() - Method in interface org.refcodes.security.TrustStoreDescriptor
Retrieves the keysotre's password.
getStorePassword() - Method in class org.refcodes.security.TrustStoreDescriptorBuilderImpl
Retrieves the keysotre's password.
getStorePassword() - Method in class org.refcodes.security.TrustStoreDescriptorImpl
Retrieves the keysotre's password.
getStoreType() - Method in class org.refcodes.security.KeyStoreDescriptorImpl
Retrieves the StoreType representing the type of the KeyStore.
getStoreType() - Method in interface org.refcodes.security.TrustStoreDescriptor
Retrieves the StoreType representing the type of the KeyStore.
getStoreType() - Method in class org.refcodes.security.TrustStoreDescriptorBuilderImpl
Retrieves the StoreType representing the type of the KeyStore.
getStoreType() - Method in class org.refcodes.security.TrustStoreDescriptorImpl
Retrieves the StoreType representing the type of the KeyStore.
getTrustStoreDescriptor() - Method in interface org.refcodes.security.TrustStoreDescriptorAccessor
Retrieves the TrustStoreDescriptor from the TrustStoreDescriptor property.

H

hashCode() - Method in class org.refcodes.security.DecryptionInputStream
hashCode() - Method in class org.refcodes.security.EncryptionOutputStream

J

JCEKS - Enum constant in enum org.refcodes.security.StoreType
"...
JCERACFKS - Enum constant in enum org.refcodes.security.StoreType
"...
JKS - Enum constant in enum org.refcodes.security.StoreType
 

K

KeyStoreDescriptor - Interface in org.refcodes.security
Describes the data required to access a KeyStore.The KeyStore is used to decide which authentication credentials should be sent to the remote host for authentication during SSL handshake.
KeyStoreDescriptor.KeyStoreDescriptorBuilder - Interface in org.refcodes.security
The mutable KeyStoreDescriptor.KeyStoreDescriptorBuilder extends the KeyStoreDescriptor with manipulator methods.
KeyStoreDescriptorAccessor - Interface in org.refcodes.security
Provides an accessor for a KeyStoreDescriptor property.
KeyStoreDescriptorAccessor.KeyStoreDescriptorBuilder<B extends KeyStoreDescriptorAccessor.KeyStoreDescriptorBuilder<B>> - Interface in org.refcodes.security
Provides a builder method for a KeyStoreDescriptor property returning the builder for applying multiple build operations.
KeyStoreDescriptorAccessor.KeyStoreDescriptorMutator - Interface in org.refcodes.security
Provides a mutator for a KeyStoreDescriptor property.
KeyStoreDescriptorAccessor.KeyStoreDescriptorProperty - Interface in org.refcodes.security
Provides a KeyStoreDescriptor property.
KeyStoreDescriptorBuilderImpl - Class in org.refcodes.security
Implementation of the KeyStoreDescriptor interface.
KeyStoreDescriptorBuilderImpl(File) - Constructor for class org.refcodes.security.KeyStoreDescriptorBuilderImpl
Constructs a KeyStoreDescriptor with the data required to access a KeyStore.
KeyStoreDescriptorBuilderImpl(File, String) - Constructor for class org.refcodes.security.KeyStoreDescriptorBuilderImpl
Constructs a KeyStoreDescriptor with the data required to access a KeyStore.
KeyStoreDescriptorBuilderImpl(File, String, String) - Constructor for class org.refcodes.security.KeyStoreDescriptorBuilderImpl
Constructs a KeyStoreDescriptor with the data required to access a KeyStore.
KeyStoreDescriptorBuilderImpl(File, StoreType) - Constructor for class org.refcodes.security.KeyStoreDescriptorBuilderImpl
Constructs a KeyStoreDescriptor with the data required to access a KeyStore.
KeyStoreDescriptorBuilderImpl(File, StoreType, String) - Constructor for class org.refcodes.security.KeyStoreDescriptorBuilderImpl
Constructs a KeyStoreDescriptor with the data required to access a KeyStore.
KeyStoreDescriptorBuilderImpl(File, StoreType, String, String) - Constructor for class org.refcodes.security.KeyStoreDescriptorBuilderImpl
Constructs a KeyStoreDescriptor with the data required to access a KeyStore.
KeyStoreDescriptorImpl - Class in org.refcodes.security
The immutable KeyStoreDescriptorImpl implements the TrustStoreDescriptor interface.
KeyStoreDescriptorImpl(File) - Constructor for class org.refcodes.security.KeyStoreDescriptorImpl
Constructs a KeyStoreDescriptor with the data required to access a KeyStore.
KeyStoreDescriptorImpl(File, String) - Constructor for class org.refcodes.security.KeyStoreDescriptorImpl
Constructs a KeyStoreDescriptor with the data required to access a KeyStore.
KeyStoreDescriptorImpl(File, String, String) - Constructor for class org.refcodes.security.KeyStoreDescriptorImpl
Constructs a KeyStoreDescriptor with the data required to access a KeyStore.
KeyStoreDescriptorImpl(File, StoreType) - Constructor for class org.refcodes.security.KeyStoreDescriptorImpl
Constructs a KeyStoreDescriptor with the data required to access a KeyStore.
KeyStoreDescriptorImpl(File, StoreType, String) - Constructor for class org.refcodes.security.KeyStoreDescriptorImpl
Constructs a KeyStoreDescriptor with the data required to access a KeyStore.
KeyStoreDescriptorImpl(File, StoreType, String, String) - Constructor for class org.refcodes.security.KeyStoreDescriptorImpl
Constructs a KeyStoreDescriptor with the data required to access a KeyStore.

L

letKeyStoreDescriptor(KeyStoreDescriptor) - Method in interface org.refcodes.security.KeyStoreDescriptorAccessor.KeyStoreDescriptorProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given KeyStoreDescriptor (setter) as of KeyStoreDescriptorAccessor.KeyStoreDescriptorMutator.setKeyStoreDescriptor(KeyStoreDescriptor) and returns the very same value (getter).
letTrustStoreDescriptor(TrustStoreDescriptor) - Method in interface org.refcodes.security.TrustStoreDescriptorAccessor.TrustStoreDescriptorProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given TrustStoreDescriptor (setter) as of TrustStoreDescriptorAccessor.TrustStoreDescriptorMutator.setTrustStoreDescriptor(TrustStoreDescriptor) and returns the very same value (getter).

M

mark(int) - Method in class org.refcodes.security.DecryptionInputStream
markSupported() - Method in class org.refcodes.security.DecryptionInputStream

O

org.refcodes.security - module org.refcodes.security
 
org.refcodes.security - package org.refcodes.security
This artifact provides the basic interfaces (and supporting classes) to implement vanilla plain cryptographic algorithms (as of the Encrypter or Decrypter types) for you to experiment with cryptography and afterwards (optionally) link your algorithms to the JCA (Java Cryptography Architecture).

P

PKCS12 - Enum constant in enum org.refcodes.security.StoreType
"...
PKCS12S2 - Enum constant in enum org.refcodes.security.StoreType
"...

R

read() - Method in class org.refcodes.security.DecryptionInputStream
read(byte[]) - Method in class org.refcodes.security.DecryptionInputStream
read(byte[], int, int) - Method in class org.refcodes.security.DecryptionInputStream
reset() - Method in class org.refcodes.security.DecryptionInputStream
RSA - Enum constant in enum org.refcodes.security.Algorithm
 

S

SecurityException - Exception in org.refcodes.security
The Class SecurityException.
SecurityException(String) - Constructor for exception org.refcodes.security.SecurityException
Instantiates a new security exception.
SecurityException(String, 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, 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.
SecurityException(Throwable, String) - Constructor for exception org.refcodes.security.SecurityException
Instantiates a new security exception.
SecurityRuntimeException - Exception in org.refcodes.security
 
SecurityRuntimeException(String) - Constructor for exception org.refcodes.security.SecurityRuntimeException
Instantiates a new security runtime exception.
SecurityRuntimeException(String, String) - Constructor for exception org.refcodes.security.SecurityRuntimeException
Instantiates a new security runtime exception.
SecurityRuntimeException(String, Throwable) - Constructor for exception org.refcodes.security.SecurityRuntimeException
Instantiates a new security runtime exception.
SecurityRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.security.SecurityRuntimeException
Instantiates a new security runtime exception.
SecurityRuntimeException(Throwable) - Constructor for exception org.refcodes.security.SecurityRuntimeException
Instantiates a new security runtime exception.
SecurityRuntimeException(Throwable, String) - Constructor for exception org.refcodes.security.SecurityRuntimeException
Instantiates a new security runtime exception.
setKeyPassword(String) - Method in interface org.refcodes.security.KeyStoreDescriptor.KeyStoreDescriptorBuilder
Sets the key's password.
setKeyPassword(String) - Method in class org.refcodes.security.KeyStoreDescriptorBuilderImpl
Sets the key's password.
setKeyStoreDescriptor(KeyStoreDescriptor) - Method in interface org.refcodes.security.KeyStoreDescriptorAccessor.KeyStoreDescriptorMutator
Sets the KeyStoreDescriptor for the KeyStoreDescriptor property.
setStoreFile(File) - Method in interface org.refcodes.security.TrustStoreDescriptor.TrustStoreDescriptorBuilder
Sets the File pointing to the KeyStore.
setStoreFile(File) - Method in class org.refcodes.security.TrustStoreDescriptorBuilderImpl
Sets the File pointing to the KeyStore.
setStorePassword(String) - Method in interface org.refcodes.security.TrustStoreDescriptor.TrustStoreDescriptorBuilder
Sets the keysotre's password.
setStorePassword(String) - Method in class org.refcodes.security.TrustStoreDescriptorBuilderImpl
Sets the keysotre's password.
setStoreType(StoreType) - Method in interface org.refcodes.security.TrustStoreDescriptor.TrustStoreDescriptorBuilder
Sets the StoreType representing the type of the KeyStore.
setStoreType(StoreType) - Method in class org.refcodes.security.TrustStoreDescriptorBuilderImpl
Sets the StoreType representing the type of the KeyStore.
setTrustStoreDescriptor(TrustStoreDescriptor) - Method in interface org.refcodes.security.TrustStoreDescriptorAccessor.TrustStoreDescriptorMutator
Sets the TrustStoreDescriptor for the TrustStoreDescriptor property.
skip(long) - Method in class org.refcodes.security.DecryptionInputStream
StoreType - Enum in org.refcodes.security
 

T

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.
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.
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.
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.
toString() - Method in class org.refcodes.security.DecryptionInputStream
toString() - Method in class org.refcodes.security.EncryptionOutputStream
TrustStoreDescriptor - Interface in org.refcodes.security
Describes the data required to access a truststore.
TrustStoreDescriptor.TrustStoreDescriptorBuilder - Interface in org.refcodes.security
The mutable TrustStoreDescriptor.TrustStoreDescriptorBuilder extends the TrustStoreDescriptor with manipulator methods.
TrustStoreDescriptorAccessor - Interface in org.refcodes.security
Provides an accessor for a TrustStoreDescriptor property.
TrustStoreDescriptorAccessor.TrustStoreDescriptorBuilder<B extends TrustStoreDescriptorAccessor.TrustStoreDescriptorBuilder<B>> - Interface in org.refcodes.security
Provides a builder method for a TrustStoreDescriptor property returning the builder for applying multiple build operations.
TrustStoreDescriptorAccessor.TrustStoreDescriptorMutator - Interface in org.refcodes.security
Provides a mutator for a TrustStoreDescriptor property.
TrustStoreDescriptorAccessor.TrustStoreDescriptorProperty - Interface in org.refcodes.security
Provides a TrustStoreDescriptor property.
TrustStoreDescriptorBuilderImpl - Class in org.refcodes.security
Implementation of the KeyStoreDescriptor interface.
TrustStoreDescriptorBuilderImpl(File) - Constructor for class org.refcodes.security.TrustStoreDescriptorBuilderImpl
Constructs a KeyStoreDescriptor with the data required to access a keystore.
TrustStoreDescriptorBuilderImpl(File, String) - Constructor for class org.refcodes.security.TrustStoreDescriptorBuilderImpl
Constructs a KeyStoreDescriptor with the data required to access a keystore.
TrustStoreDescriptorBuilderImpl(File, StoreType) - Constructor for class org.refcodes.security.TrustStoreDescriptorBuilderImpl
Constructs a KeyStoreDescriptor with the data required to access a keystore.
TrustStoreDescriptorBuilderImpl(File, StoreType, String) - Constructor for class org.refcodes.security.TrustStoreDescriptorBuilderImpl
Constructs a KeyStoreDescriptor with the data required to access a keystore.
TrustStoreDescriptorImpl - Class in org.refcodes.security
The immutable TrustStoreDescriptorImpl implements the TrustStoreDescriptor interface.
TrustStoreDescriptorImpl(File) - Constructor for class org.refcodes.security.TrustStoreDescriptorImpl
Constructs a KeyStoreDescriptor with the data required to access a keystore.
TrustStoreDescriptorImpl(File, String) - Constructor for class org.refcodes.security.TrustStoreDescriptorImpl
Constructs a KeyStoreDescriptor with the data required to access a keystore.
TrustStoreDescriptorImpl(File, StoreType) - Constructor for class org.refcodes.security.TrustStoreDescriptorImpl
Constructs a KeyStoreDescriptor with the data required to access a keystore.
TrustStoreDescriptorImpl(File, StoreType, String) - Constructor for class org.refcodes.security.TrustStoreDescriptorImpl
Constructs a KeyStoreDescriptor with the data required to access a keystore.

V

valueOf(String) - Static method in enum org.refcodes.security.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.security.StoreType
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.
values() - Static method in enum org.refcodes.security.StoreType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withKeyPassword(String) - Method in interface org.refcodes.security.KeyStoreDescriptor.KeyStoreDescriptorBuilder
Builder for the according setter method.
withKeyStoreDescriptor(KeyStoreDescriptor) - Method in interface org.refcodes.security.KeyStoreDescriptorAccessor.KeyStoreDescriptorBuilder
Sets the KeyStoreDescriptor for the KeyStoreDescriptor property.
withStoreFile(File) - Method in interface org.refcodes.security.KeyStoreDescriptor.KeyStoreDescriptorBuilder
Builder for the according setter method.
withStoreFile(File) - Method in interface org.refcodes.security.TrustStoreDescriptor.TrustStoreDescriptorBuilder
Builder for the according setter method.
withStorePassword(String) - Method in interface org.refcodes.security.KeyStoreDescriptor.KeyStoreDescriptorBuilder
Builder for the according setter method.
withStorePassword(String) - Method in interface org.refcodes.security.TrustStoreDescriptor.TrustStoreDescriptorBuilder
Builder for the according setter method.
withStoreType(StoreType) - Method in interface org.refcodes.security.KeyStoreDescriptor.KeyStoreDescriptorBuilder
Builder for the according setter method.
withStoreType(StoreType) - Method in interface org.refcodes.security.TrustStoreDescriptor.TrustStoreDescriptorBuilder
Builder for the according setter method.
withTrustStoreDescriptor(TrustStoreDescriptor) - Method in interface org.refcodes.security.TrustStoreDescriptorAccessor.TrustStoreDescriptorBuilder
Sets the TrustStoreDescriptor for the TrustStoreDescriptor property.
write(byte[]) - Method in class org.refcodes.security.EncryptionOutputStream
write(byte[], int, int) - Method in class org.refcodes.security.EncryptionOutputStream
write(int) - Method in class org.refcodes.security.EncryptionOutputStream
A C D E F G H J K L M O P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form