Package org.pgpainless.sop
Class GenerateKeyImpl
- java.lang.Object
-
- org.pgpainless.sop.GenerateKeyImpl
-
- All Implemented Interfaces:
sop.operation.GenerateKey
public class GenerateKeyImpl extends java.lang.Object implements sop.operation.GenerateKey
-
-
Constructor Summary
Constructors Constructor Description GenerateKeyImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description sop.Readygenerate()sop.operation.GenerateKeynoArmor()sop.operation.GenerateKeyuserId(java.lang.String userId)
-
-
-
Method Detail
-
noArmor
public sop.operation.GenerateKey noArmor()
- Specified by:
noArmorin interfacesop.operation.GenerateKey
-
userId
public sop.operation.GenerateKey userId(java.lang.String userId)
- Specified by:
userIdin interfacesop.operation.GenerateKey
-
generate
public sop.Ready generate() throws sop.exception.SOPGPException.MissingArg, sop.exception.SOPGPException.UnsupportedAsymmetricAlgo, java.io.IOException- Specified by:
generatein interfacesop.operation.GenerateKey- Throws:
sop.exception.SOPGPException.MissingArgsop.exception.SOPGPException.UnsupportedAsymmetricAlgojava.io.IOException
-
-