Class 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.Ready generate()  
      sop.operation.GenerateKey noArmor()  
      sop.operation.GenerateKey userId​(java.lang.String userId)  
      • Methods inherited from class java.lang.Object

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

      • GenerateKeyImpl

        public GenerateKeyImpl()
    • Method Detail

      • noArmor

        public sop.operation.GenerateKey noArmor()
        Specified by:
        noArmor in interface sop.operation.GenerateKey
      • userId

        public sop.operation.GenerateKey userId​(java.lang.String userId)
        Specified by:
        userId in interface sop.operation.GenerateKey
      • generate

        public sop.Ready generate()
                           throws sop.exception.SOPGPException.MissingArg,
                                  sop.exception.SOPGPException.UnsupportedAsymmetricAlgo,
                                  java.io.IOException
        Specified by:
        generate in interface sop.operation.GenerateKey
        Throws:
        sop.exception.SOPGPException.MissingArg
        sop.exception.SOPGPException.UnsupportedAsymmetricAlgo
        java.io.IOException