Package org.apereo.cas.config
Class U2FConfiguration.U2FCryptoConfiguration
- java.lang.Object
-
- org.apereo.cas.config.U2FConfiguration.U2FCryptoConfiguration
-
- Enclosing class:
- U2FConfiguration
@Configuration(value="U2FCryptoConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class U2FConfiguration.U2FCryptoConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description U2FCryptoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.util.crypto.CipherExecutoru2fRegistrationRecordCipherExecutor(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
-
-
Method Detail
-
u2fRegistrationRecordCipherExecutor
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="u2fRegistrationRecordCipherExecutor") public org.apereo.cas.util.crypto.CipherExecutor u2fRegistrationRecordCipherExecutor(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
-