Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.util.crypto.CipherExecutor u2fRegistrationRecordCipherExecutor​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • U2FCryptoConfiguration

        public U2FCryptoConfiguration()
    • Method Detail

      • u2fRegistrationRecordCipherExecutor

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="u2fRegistrationRecordCipherExecutor")
        public org.apereo.cas.util.crypto.CipherExecutor u2fRegistrationRecordCipherExecutor​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)