|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.plugins.signing.signatory.SignatorySupport
org.gradle.plugins.signing.signatory.pgp.PgpSignatory
class PgpSignatory extends SignatorySupport
Property Summary | |
---|---|
String |
name
|
Constructor Summary | |
PgpSignatory(String name, org.bouncycastle.openpgp.PGPSecretKey secretKey, String password)
|
Method Summary | |
---|---|
org.bouncycastle.openpgp.PGPSignatureGenerator
|
createSignatureGenerator()
|
PgpKeyId
|
getKeyId()
|
void
|
sign(InputStream toSign, OutputStream signatureDestination)
Exhausts toSign, and writes the signature to signatureDestination. |
Methods inherited from class SignatorySupport | |
---|---|
sign |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
final String name
Constructor Detail |
---|
PgpSignatory(String name, org.bouncycastle.openpgp.PGPSecretKey secretKey, String password)
Method Detail |
---|
org.bouncycastle.openpgp.PGPSignatureGenerator createSignatureGenerator()
PgpKeyId getKeyId()
void sign(InputStream toSign, OutputStream signatureDestination)
Gradle API 1.0-milestone-8