All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AlgorithmCredential A credential which has an associated algorithm name.AlgorithmEvidence A piece of evidence which supports multiple algorithms.BasicPasswordSpecEncoding Provide methods for encoding and decoding ofPasswordSpec.BCryptPassword A password using the "bcrypt" Blowfish-based one-way password encryption algorithm.BearerTokenCredential ACredentialthat usually holds a bearer security token.BearerTokenEvidence A piece of evidence that is comprised of a bearer security token.BSDUnixDESCryptPassword A BSD-style DES "crypt" password.ClearPassword A simple clear-text password.ClearPasswordSpec A password specification for clear passwords.Credential A credential is a piece of information that can be used to verify or produce evidence.DigestPassword Digest MD5 (pre-digested) password.DigestPasswordAlgorithmSpec AAlgorithmParameterSpecfor a password represented by digesting it with a username and realm as defined by RFC2617 and RFC2831.DigestPasswordSpec APasswordSpecfor a password represented by a Digest Response as seen in Digest-MD5 SASL/HTTP mechanism.ElytronMessages Log messages and exceptions for Elytron.Encoding List of supported hash encodings to use in security realms that support storing hashed passwords.EncryptablePasswordSpec A password specification for clear passwords which are intended to be encrypted or hashed.Evidence A piece of evidence which may be used for credential verification.GSSKerberosCredential A credential for holding aGSSCredentialand optionally an associatedKerberosTicket.HashPasswordSpec A password specification for a password represented by a hash.IteratedHashPasswordSpec APasswordSpecfor a password represented by a hash with an iteration count or cost.IteratedPasswordAlgorithmSpec Algorithm parameter specification for password types with an iteration count.IteratedSaltedHashPasswordSpec APasswordSpecfor a password represented by a hash with a salt and a iteration count or cost.IteratedSaltedPasswordAlgorithmSpec Algorithm parameter specification for common hashed password types.KeyPairCredential A public/private key pair credential.KeyUtil Key utility methods.MaskedPassword A password which has been masked, PicketBox style.MaskedPasswordAlgorithmSpec An algorithm specification for a two-way password which is masked.MaskedPasswordSpec A password specification for a two-way password which is masked.ModularCrypt Helper utility methods for operation on passwords based on the Modular Crypt Format(MCF).OneTimePassword A one-time password, used by the OTP SASL mechanism.OneTimePasswordAlgorithmSpec Algorithm parameter specification for one-time password types as defined in RFC 2289.OneTimePasswordSpec APasswordSpecfor a one-time password as defined in RFC 2289.OneWayPassword A password which can be verified but not recovered.Password A password key.PasswordCredential A credential for password authentication.PasswordEntry A password keystore entry.PasswordFactory A factory for passwords.PasswordFactorySpi The SPI for password factories to implement.PasswordGuessEvidence A piece of evidence that is comprised of a password guess.PasswordKeyStoreSpi A password file formattedKeyStoreimplementation.PasswordSpec A password specification object.PublicKeyCredential A public key credential.RawSecretKeyFactory RSAParameterSpec Algorithm parameter specification for RSA keys.RSAParameterSpiImpl An implementation of theAlgorithmParametersSpiSPI for RSA keys, because the JDK does not have one.SaltedHashPasswordSpec APasswordSpecfor a password represented by a hash with a salt.SaltedPasswordAlgorithmSpec Algorithm parameter specification for salted hashed password types.SaltedSimpleDigestPassword A simple password where the generated digest also includes a salt.ScramDigestPassword A SCRAM-digest password, used by the SCRAM family of SASL mechanisms.SecretKeyCredential A secret key credential.SimpleDigestPassword A simple single digest based password.SSHCredential A credential holding the location, key identity and passphrase (instance ofCredential) of a Private key in an external file and/or the name of the file containing the known hostsSSHCredential.Builder A builder for SSHCredential.SunUnixMD5CryptPassword An MD5-crypt password using the Sun scheme.TwoWayPassword A password which can be verified and recovered.UnixDESCryptPassword The traditional UNIX DES crypt password algorithm.UnixMD5CryptPassword The UNIX modular-crypt MD5 crypt algorithm.UnixSHACryptPassword The UNIX modular-crypt SHA crypt algorithm.WildFlyElytronKeyProvider Provider for key implementations.WildFlyElytronPasswordProvider Provider for password implementations.WrappingPasswordKeyStore AKeyStorewhich can storeTwoWayPasswordinstances by wrapping anotherKeyStorewhich can storeSecretKeyinstances.X509CertificateChainCredential A credential which contains an X.509 certificate chain.X509CertificateChainPrivateCredential A credential containing a private key and an X.509 certificate chain.X509CertificateChainPublicCredential A credential containing an X.509 certificate chain.X509PeerCertificateChainEvidence A piece of evidence that is comprised of a verified peer certificate chain.