Package sop.external.operation
Class GenerateKeyExternal
java.lang.Object
sop.external.operation.GenerateKeyExternal
- All Implemented Interfaces:
sop.operation.GenerateKey
Implementation of the
GenerateKey operation using an external SOP binary.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsop.Readygenerate()sop.operation.GenerateKeynoArmor()sop.operation.GenerateKeysop.operation.GenerateKeysop.operation.GenerateKeysop.operation.GenerateKeywithKeyPassword(String password) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface sop.operation.GenerateKey
profile, withKeyPassword
-
Constructor Details
-
GenerateKeyExternal
-
-
Method Details
-
noArmor
public sop.operation.GenerateKey noArmor()- Specified by:
noArmorin interfacesop.operation.GenerateKey
-
userId
- Specified by:
userIdin interfacesop.operation.GenerateKey
-
withKeyPassword
public sop.operation.GenerateKey withKeyPassword(String password) throws sop.exception.SOPGPException.PasswordNotHumanReadable, sop.exception.SOPGPException.UnsupportedOption - Specified by:
withKeyPasswordin interfacesop.operation.GenerateKey- Throws:
sop.exception.SOPGPException.PasswordNotHumanReadablesop.exception.SOPGPException.UnsupportedOption
-
profile
- Specified by:
profilein interfacesop.operation.GenerateKey
-
signingOnly
public sop.operation.GenerateKey signingOnly()- Specified by:
signingOnlyin interfacesop.operation.GenerateKey
-
generate
public sop.Ready generate() throws sop.exception.SOPGPException.MissingArg, sop.exception.SOPGPException.UnsupportedAsymmetricAlgo- Specified by:
generatein interfacesop.operation.GenerateKey- Throws:
sop.exception.SOPGPException.MissingArgsop.exception.SOPGPException.UnsupportedAsymmetricAlgo
-