Uses of Interface
com.amazonaws.http.conn.ssl.MasterSecretValidators.MasterSecretValidator
Packages that use MasterSecretValidators.MasterSecretValidator
-
Uses of MasterSecretValidators.MasterSecretValidator in com.amazonaws.http.conn.ssl
Classes in com.amazonaws.http.conn.ssl that implement MasterSecretValidators.MasterSecretValidatorModifier and TypeClassDescriptionstatic class
Dummy implementation ofMasterSecretValidators.MasterSecretValidator
that always returns true.Methods in com.amazonaws.http.conn.ssl that return MasterSecretValidators.MasterSecretValidatorModifier and TypeMethodDescriptionMasterSecretValidators.getMasterSecretValidator()
The implementation ofMasterSecretValidators.MasterSecretValidator
depends on the JVM version.MasterSecretValidators.getMasterSecretValidator
(JavaVersionParser.JavaVersion javaVersion) -
Uses of MasterSecretValidators.MasterSecretValidator in com.amazonaws.http.conn.ssl.privileged
Classes in com.amazonaws.http.conn.ssl.privileged that implement MasterSecretValidators.MasterSecretValidatorModifier and TypeClassDescriptionclass
Implementation ofMasterSecretValidators.MasterSecretValidator
that verifies the master secret is non null through use of Sun internal APIs.