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