|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface SignatureSpec
Specifies how objects will be signed.
Method Summary | |
---|---|
Signatory
|
getSignatory()
The signatory that will be performing the signing. |
SignatureType
|
getSignatureType()
The signature representation that will be created. |
boolean
|
isRequired()
Whether or not it is required that this signature be generated. |
void
|
setRequired(boolean required)
Whether or not it is required that this signature be generated. |
void
|
setSignatory(Signatory signatory)
Sets the signatory that will be signing the input. |
void
|
setSignatureType(SignatureType type)
Sets the signature representation that the signatures will be produced as. |
Method Detail |
---|
Signatory getSignatory()
SignatureType getSignatureType()
boolean isRequired()
void setRequired(boolean required)
Whether
- or not it is required that this signature be generated.
void setSignatory(Signatory signatory)
signatory
- The signatory
void setSignatureType(SignatureType type)
type
- the signature type to use
Gradle API 1.12