Class CryptoProviderProviderFactory


  • @ApplicationScoped
    @Named
    public class CryptoProviderProviderFactory
    extends java.lang.Object
    Crypto Provider
    Version:
    11/02/2018
    Author:
    Yuriy Movchan
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.jans.as.model.crypto.AbstractCryptoProvider getCryptoProvider()  
      • Methods inherited from class java.lang.Object

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

      • CryptoProviderProviderFactory

        public CryptoProviderProviderFactory()
    • Method Detail

      • getCryptoProvider

        @Produces
        @ApplicationScoped
        public io.jans.as.model.crypto.AbstractCryptoProvider getCryptoProvider()
                                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception