Uses of Class
org.seedstack.seed.crypto.spi.SSLAuthenticationMode
-
Packages that use SSLAuthenticationMode Package Description org.seedstack.seed.crypto Contains cryptographic service classes.org.seedstack.seed.crypto.spi Provides classes to expose immutable SSL configuration. -
-
Uses of SSLAuthenticationMode in org.seedstack.seed.crypto
Methods in org.seedstack.seed.crypto that return SSLAuthenticationMode Modifier and Type Method Description SSLAuthenticationModeCryptoConfig.SSLConfig. getClientAuthMode()Methods in org.seedstack.seed.crypto with parameters of type SSLAuthenticationMode Modifier and Type Method Description CryptoConfig.SSLConfigCryptoConfig.SSLConfig. setClientAuthMode(SSLAuthenticationMode clientAuthMode) -
Uses of SSLAuthenticationMode in org.seedstack.seed.crypto.spi
Methods in org.seedstack.seed.crypto.spi that return SSLAuthenticationMode Modifier and Type Method Description static SSLAuthenticationModeSSLAuthenticationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SSLAuthenticationMode[]SSLAuthenticationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-