Uses of Enum Class
org.opensaml.spring.credential.AbstractBasicCredentialFactoryBean.SecretKeyEncoding
Packages that use AbstractBasicCredentialFactoryBean.SecretKeyEncoding
-
Uses of AbstractBasicCredentialFactoryBean.SecretKeyEncoding in org.opensaml.spring.credential
Fields in org.opensaml.spring.credential declared as AbstractBasicCredentialFactoryBean.SecretKeyEncodingModifier and TypeFieldDescriptionAbstractBasicCredentialFactoryBean.secretKeyEncodingThe SecretKey encoding used.Methods in org.opensaml.spring.credential that return AbstractBasicCredentialFactoryBean.SecretKeyEncodingModifier and TypeMethodDescriptionAbstractBasicCredentialFactoryBean.getSecretKeyEncoding()Get the SecretKey encoding.Returns the enum constant of this class with the specified name.AbstractBasicCredentialFactoryBean.SecretKeyEncoding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opensaml.spring.credential with parameters of type AbstractBasicCredentialFactoryBean.SecretKeyEncodingModifier and TypeMethodDescriptionvoidAbstractBasicCredentialFactoryBean.setSecretKeyEncoding(AbstractBasicCredentialFactoryBean.SecretKeyEncoding encoding) Set the SecretKey encoding.