A B C D E F G H I K L M N O P R S T W 
All Classes All Packages

A

AbstractAlgorithmParametersSpiImpl<P extends AlgorithmParameterSpec> - Class in org.wildfly.security.util
A base class for classes which implement AlgorithmParametersSpi that encode parameters using ASN.1.
AbstractAlgorithmParametersSpiImpl() - Constructor for class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
Construct a new instance.
add(E) - Method in class org.wildfly.security.util.ArrayIterator
Unsupported.
algorithmParameters(AlgorithmParameters) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set algorithm parameters for Cipher initialization.
alphabet(Alphabet) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set the alphabet to encode/decode result of encryption/decryption.
ArrayIterator<E> - Class in org.wildfly.security.util
A read-only iterator over an array.
ArrayIterator(E[]) - Constructor for class org.wildfly.security.util.ArrayIterator
Construct a new instance.
ArrayIterator(E[], boolean) - Constructor for class org.wildfly.security.util.ArrayIterator
Construct a new instance.
ArrayIterator(E[], boolean, int) - Constructor for class org.wildfly.security.util.ArrayIterator
Construct a new instance.
ArrayIterator(E[], int) - Constructor for class org.wildfly.security.util.ArrayIterator
Construct a new instance.
AtomicFileOutputStream - Class in org.wildfly.security.util
 
AtomicFileOutputStream(File) - Constructor for class org.wildfly.security.util.AtomicFileOutputStream
 
AtomicFileOutputStream(String) - Constructor for class org.wildfly.security.util.AtomicFileOutputStream
 
AtomicFileOutputStream(Path) - Constructor for class org.wildfly.security.util.AtomicFileOutputStream
 

B

build() - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Builds PBE utility class instance
Builder() - Constructor for class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
 

C

cancel() - Method in class org.wildfly.security.util.AtomicFileOutputStream
 
canonicalName(String) - Method in class org.wildfly.security.util.StringEnumeration
Get the canonical name for a string.
cipherIteration(int) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set the number of iterations for Cipher
cipherSalt(byte[]) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set salt for the Cipher
cipherSalt(String) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set salt for the Cipher
close() - Method in class org.wildfly.security.util.AtomicFileOutputStream
 

D

decodeAndDecrypt(String) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil
Decode given payload and decrypt it to original.
decryptMode() - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set decryption mode for chosen Cipher
DefaultTransformationMapper - Class in org.wildfly.security.util
Default implementation of TransformationMapper interface.
DefaultTransformationMapper() - Constructor for class org.wildfly.security.util.DefaultTransformationMapper
 

E

encodingPadded() - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Use padding when encoding/decoding binary data.
encryptAndEncode(char[]) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil
Encrypt a payload and encode the result using Alphabet given to builder.
encryptMode() - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set encryption mode for chosen Cipher
engineDecode(ASN1Decoder) - Method in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
Decode a parameter instance.
engineEncode(ASN1Encoder, P) - Method in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
Encode a parameter instance.
engineGetEncoded() - Method in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
Implementation of the engineGetEncoded method.
engineGetEncoded(String) - Method in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
Implementation of the engineGetEncoded method.
engineGetParameterSpec(Class<T>) - Method in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
Implementation of the engineGetParameterSpec method.
engineInit(byte[]) - Method in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
Implementation of the engineInit method.
engineInit(byte[], String) - Method in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
Implementation of the engineInit method.
engineInit(AlgorithmParameterSpec) - Method in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
Implementation of the engineInit method.
engineToString() - Method in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
Implementation of the engineToString method.
EnumerationIterator<E> - Interface in org.wildfly.security.util
An enumeration which is also an iterator.

F

flush() - Method in class org.wildfly.security.util.AtomicFileOutputStream
 

G

generateSecureRandomString(int) - Static method in class org.wildfly.security.util.PasswordUtil
Generate a random string of given size.
getAlgorithmParameters() - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil
Returns algorithm parameters used in the process of encryption.
getBinaryAttribute(Attributes, String) - Static method in class org.wildfly.security.util.LdapUtil
Ldap servers can return binary attributes with suffix ;binary.
getEncodedIV() - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil
Returns encrypted IV (initial vector) as generated by AES algorithm in the process of encryption.
getItemById(int) - Method in class org.wildfly.security.util.StringMapping
Get an item from this mapping by ID.
getItemByString(String) - Method in class org.wildfly.security.util.StringMapping
Get an item from this mapping by the corresponding string name.
getKeyLength() - Method in class org.wildfly.security.util.TransformationSpec
 
getParameterType() - Method in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
Get the type of parameters for this class.
getProvider() - Method in class org.wildfly.security.util.TransformationSpec
 
getStrength() - Method in class org.wildfly.security.util.TransformationSpec
 
getStringEnumeration() - Method in class org.wildfly.security.util.StringMapping
Get the string enumeration for this mapping.
getToken() - Method in class org.wildfly.security.util.TransformationSpec
 
getTransformation() - Method in class org.wildfly.security.util.TransformationSpec
 
getTransformationSpec(String, String) - Method in class org.wildfly.security.util.DefaultTransformationMapper
 
getTransformationSpec(String, String) - Method in interface org.wildfly.security.util.TransformationMapper
Get TransformationSpec with highest strength.
getTransformationSpec(String, String, String) - Method in class org.wildfly.security.util.DefaultTransformationMapper
 
getTransformationSpec(String, String, String) - Method in interface org.wildfly.security.util.TransformationMapper
Get TransformationSpec with highest strength.
getTransformationSpecByStrength(String, String...) - Method in class org.wildfly.security.util.DefaultTransformationMapper
 
getTransformationSpecByStrength(String, String...) - Method in interface org.wildfly.security.util.TransformationMapper
Get ordered array of TransformationSpec by strength.
getTransformationSpecByStrength(String, String, String...) - Method in class org.wildfly.security.util.DefaultTransformationMapper
 
getTransformationSpecByStrength(String, String, String...) - Method in interface org.wildfly.security.util.TransformationMapper
Get ordered array of TransformationSpec by strength.
getTransformationSpecWithStrength(String, int, String...) - Method in class org.wildfly.security.util.DefaultTransformationMapper
 
getTransformationSpecWithStrength(String, int, String...) - Method in interface org.wildfly.security.util.TransformationMapper
Get array of TransformationSpec with given strength.
getTransformationSpecWithStrength(String, String, int, String...) - Method in class org.wildfly.security.util.DefaultTransformationMapper
 
getTransformationSpecWithStrength(String, String, int, String...) - Method in interface org.wildfly.security.util.TransformationMapper
Get array of TransformationSpec with given strength.

H

hasMoreElements() - Method in interface org.wildfly.security.util.EnumerationIterator
Determine if there are more elements to iterate over in the direction of this iterator.
hasNext() - Method in class org.wildfly.security.util.ArrayIterator
Determine if there are more elements to iterate over in the direction of this iterator.
hasPrevious() - Method in class org.wildfly.security.util.ArrayIterator
Determine if there are more elements to iterate over in the reverse direction of this iterator.
HIGH_STRENGTH - Static variable in class org.wildfly.security.util.TransformationSpec
 

I

indexOf(String) - Method in class org.wildfly.security.util.StringEnumeration
Get the numeric index for a string.
iteration(int) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set number of iteration for key derivation.
iv(byte[]) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set initialization vector for use with AES algorithms
iv(String) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set initialization vector for use with AES algorithms

K

keyAlgorithm(String) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set the key derivation algorithm.
keyLength(int) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set the key length.

L

LdapUtil - Class in org.wildfly.security.util
Utilities for LDAP attributes manipulation.
LdapUtil() - Constructor for class org.wildfly.security.util.LdapUtil
 
LOW_STRENGTH - Static variable in class org.wildfly.security.util.TransformationSpec
 

M

MEDIUM_STRENGTH - Static variable in class org.wildfly.security.util.TransformationSpec
 

N

nameOf(int) - Method in class org.wildfly.security.util.StringEnumeration
Get the canonical name for an index.
next() - Method in class org.wildfly.security.util.ArrayIterator
Get the next element in the direction of this iterator.
nextElement() - Method in interface org.wildfly.security.util.EnumerationIterator
Get the next element in the direction of this iterator.
nextIndex() - Method in class org.wildfly.security.util.ArrayIterator
Get the next index in the direction of this iterator.
NO_KEY - Static variable in class org.wildfly.security.util.TransformationSpec
 

O

of(String...) - Static method in class org.wildfly.security.util.StringEnumeration
Construct a new instance.
org.wildfly.security.util - package org.wildfly.security.util
Package to hold utility classes of the Elytron project.
over(E) - Static method in interface org.wildfly.security.util.EnumerationIterator
Get an enumeration iterator over one element.

P

parametersAlgorithm(String) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set the name of parameter's algorithm to initialize the Cipher
password(char[]) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set password to use to generate the encryption key
password(String) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set password to use to generate the encryption key
PasswordBasedEncryptionUtil - Class in org.wildfly.security.util
Password Based Encryption utility class for tooling.
PasswordBasedEncryptionUtil.Builder - Class in org.wildfly.security.util
Builder class to build PasswordBasedEncryptionUtil class with all necessary parameters to support password based encryption algorithms.
PasswordUtil - Class in org.wildfly.security.util
 
PasswordUtil() - Constructor for class org.wildfly.security.util.PasswordUtil
 
PICKETBOX_COMPATIBILITY - Static variable in class org.wildfly.security.util.PasswordBasedEncryptionUtil
The alphabet used by PicketBox project base 64 encoding.
picketBoxCompatibility() - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Use PicketBox compatibility mode for producing exact output as using PBE for MASK- purpose.
previous() - Method in class org.wildfly.security.util.ArrayIterator
Get the next element in the reverse direction of this iterator.
previousIndex() - Method in class org.wildfly.security.util.ArrayIterator
Get the next index in the reverse direction of this iterator.
provider(String) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set the JCA provider name which contains all classes needed by built utility class.
provider(Provider) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set the JCA provider which contains all classes needed by built utility class.

R

remove() - Method in class org.wildfly.security.util.ArrayIterator
Unsupported.

S

salt(byte[]) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set salt for key derivation.
salt(String) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set salt for key derivation.
set(E) - Method in class org.wildfly.security.util.ArrayIterator
Unsupported.
size() - Method in class org.wildfly.security.util.StringEnumeration
Get the size of this enumeration.
StringEnumeration - Class in org.wildfly.security.util
An indexed enumeration of strings.
StringMapping<T> - Class in org.wildfly.security.util
An efficient mapping of enumerated strings to some other object.
StringMapping(StringEnumeration, Function<String, T>) - Constructor for class org.wildfly.security.util.StringMapping
Construct a new instance.

T

transformation(String) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Transformation name to use as Cipher parameter.
TransformationMapper - Interface in org.wildfly.security.util
TransformationMapper interface is used to map cipher tokens specified in various SASL mechanisms to transformation string used by JCE to construct new cipher algorithm.
transformations - Variable in class org.wildfly.security.util.DefaultTransformationMapper
 
TransformationSpec - Class in org.wildfly.security.util
Data class used by TransformationMapper instances to return desired mapping data.
TransformationSpec(String, String, int, int, String) - Constructor for class org.wildfly.security.util.TransformationSpec
 

W

write(byte[], int, int) - Method in class org.wildfly.security.util.AtomicFileOutputStream
 
write(int) - Method in class org.wildfly.security.util.AtomicFileOutputStream
 
A B C D E F G H I K L M N O P R S T W 
All Classes All Packages