|
Message Security Layer (MSL) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationUtils | |
---|---|
com.netflix.msl.entityauth | Entity authentication. |
com.netflix.msl.keyx | Key exchange. |
com.netflix.msl.userauth | User authentication. |
Uses of AuthenticationUtils in com.netflix.msl.entityauth |
---|
Fields in com.netflix.msl.entityauth declared as AuthenticationUtils | |
---|---|
private AuthenticationUtils |
X509AuthenticationFactory.authutils
Entity authentication utilities. |
(package private) AuthenticationUtils |
UnauthenticatedAuthenticationFactory.authutils
Authentication utilities. |
(package private) AuthenticationUtils |
RsaAuthenticationFactory.authutils
Authentication utilities. |
private AuthenticationUtils |
PresharedAuthenticationFactory.authutils
Authentication utilities. |
Constructors in com.netflix.msl.entityauth with parameters of type AuthenticationUtils | |
---|---|
PresharedAuthenticationFactory(PresharedKeyStore store,
AuthenticationUtils authutils)
Construct a new preshared keys authentication factory instance. |
|
RsaAuthenticationFactory(RsaStore store,
AuthenticationUtils authutils)
Construct a new RSA asymmetric keys authentication factory instance. |
|
UnauthenticatedAuthenticationFactory(AuthenticationUtils authutils)
Construct a new unauthenticated authentication factory instance. |
|
X509AuthenticationFactory(X509Store store,
AuthenticationUtils authutils)
Construct a new X.509 asymmetric keys authentication factory instance. |
Uses of AuthenticationUtils in com.netflix.msl.keyx |
---|
Fields in com.netflix.msl.keyx declared as AuthenticationUtils | |
---|---|
private AuthenticationUtils |
SymmetricWrappedExchange.authutils
Authentication utilities. |
private AuthenticationUtils |
JsonWebKeyLadderExchange.authutils
Authentication utilities. |
private AuthenticationUtils |
JsonWebEncryptionLadderExchange.authutils
Authentication utilities. |
private AuthenticationUtils |
DiffieHellmanExchange.authutils
Authentication utilities. |
private AuthenticationUtils |
AsymmetricWrappedExchange.authutils
Authentication utilities. |
Constructors in com.netflix.msl.keyx with parameters of type AuthenticationUtils | |
---|---|
AsymmetricWrappedExchange(AuthenticationUtils authutils)
Create a new asymmetric wrapped key exchange factory. |
|
DiffieHellmanExchange(DiffieHellmanParameters params,
AuthenticationUtils authutils)
Create a new Diffie-Hellman key exchange factory. |
|
JsonWebEncryptionLadderExchange(WrapCryptoContextRepository repository,
AuthenticationUtils authutils)
Create a new JSON Web Encryption ladder key exchange factory. |
|
JsonWebKeyLadderExchange(WrapCryptoContextRepository repository,
AuthenticationUtils authutils)
Create a new JSON Web Key ladder key exchange factory. |
|
SymmetricWrappedExchange(AuthenticationUtils authutils)
Create a new symmetric wrapped key exchange factory. |
Uses of AuthenticationUtils in com.netflix.msl.userauth |
---|
Fields in com.netflix.msl.userauth declared as AuthenticationUtils | |
---|---|
private AuthenticationUtils |
EmailPasswordAuthenticationFactory.authutils
Authentication utilities. |
Constructors in com.netflix.msl.userauth with parameters of type AuthenticationUtils | |
---|---|
EmailPasswordAuthenticationFactory(EmailPasswordStore store,
AuthenticationUtils authutils)
Construct a new email/password-based user authentication factory. |
|
Message Security Layer (MSL) | |||||||||
PREV NEXT | FRAMES NO FRAMES |