Class ArmoredSignatureType

    • Constructor Detail

      • ArmoredSignatureType

        public ArmoredSignatureType()
    • Method Detail

      • getExtension

        public String getExtension()
        Description copied from interface: SignatureType
        The file extension (without the leading dot) associated to this type of signature.
      • sign

        public void sign​(Signatory signatory,
                         InputStream toSign,
                         OutputStream destination)
        Description copied from interface: SignatureType
        Signs the data from the given InputStream and stores the signature in the given OutputStream.
        Specified by:
        sign in interface SignatureType
        Overrides:
        sign in class AbstractSignatureType
        Parameters:
        signatory - The signatory
        toSign - The source of the data to be signed
        destination - Where the signature will be written to