Class ArmoredSignatureType
java.lang.Object
org.gradle.plugins.signing.type.AbstractSignatureType
org.gradle.plugins.signing.type.pgp.ArmoredSignatureType
- All Implemented Interfaces:
- SignatureType
Armored signature type.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe file extension (without the leading dot) associated to this type of signature.voidsign(Signatory signatory, InputStream toSign, OutputStream destination) Signs the data from the given InputStream and stores the signature in the given OutputStream.Methods inherited from class org.gradle.plugins.signing.type.AbstractSignatureTypecombinedExtension, fileFor, sign
- 
Constructor Details- 
ArmoredSignatureTypepublic ArmoredSignatureType()
 
- 
- 
Method Details- 
getExtensionDescription copied from interface:SignatureTypeThe file extension (without the leading dot) associated to this type of signature.
- 
signDescription copied from interface:SignatureTypeSigns the data from the given InputStream and stores the signature in the given OutputStream.- Specified by:
- signin interface- SignatureType
- Overrides:
- signin class- AbstractSignatureType
- Parameters:
- signatory- The signatory
- toSign- The source of the data to be signed
- destination- Where the signature will be written to
 
 
-