Class RsaProducer


  • @ApplicationScoped
    public class RsaProducer
    extends java.lang.Object
    Author:
    Michael Remijan mjremijan@yahoo.com @mjremijan
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Optional<Rsa> rsa  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<Rsa> produceRsa()  
      • Methods inherited from class java.lang.Object

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

      • rsa

        protected java.util.Optional<Rsa> rsa
    • Constructor Detail

      • RsaProducer

        @Inject
        public RsaProducer​(RsaPrivateKeyFile rsaPrivateKey)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • produceRsa

        @Produces
        public java.util.Optional<Rsa> produceRsa()