Module FerrisResisteConsole
Class RsaPrivateKeyFileProducer
- java.lang.Object
-
- org.ferris.resiste.console.security.RsaPrivateKeyFileProducer
-
@ApplicationScoped public class RsaPrivateKeyFileProducer extends java.lang.Object
- Author:
- Michael Remijan mjremijan@yahoo.com @mjremijan
-
-
Field Summary
Fields Modifier and Type Field Description protected RsaPrivateKeyFile
rsaPrivateKey
-
Constructor Summary
Constructors Constructor Description RsaPrivateKeyFileProducer(SecurityDirectory securityDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RsaPrivateKeyFile
produceRsaPrivateKeyFile()
-
-
-
Field Detail
-
rsaPrivateKey
protected RsaPrivateKeyFile rsaPrivateKey
-
-
Constructor Detail
-
RsaPrivateKeyFileProducer
@Inject public RsaPrivateKeyFileProducer(SecurityDirectory securityDirectory)
-
-
Method Detail
-
produceRsaPrivateKeyFile
@Produces public RsaPrivateKeyFile produceRsaPrivateKeyFile()
-
-