gradle
Toggle table of contents
9.6.0-20260414005124+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.plugins.signing.signatory
/
SignatorySupport
Signatory
Support
API
abstract
class
SignatorySupport
:
Signatory
(
source
)
Convenience base class for
Signatory
implementations.
Inheritors
PgpSignatory
Members
Constructors
Signatory
Support
Link copied to clipboard
API
constructor
(
)
Functions
get
Key
Id
Link copied to clipboard
API
@
Input
@
Optional
abstract
fun
getKeyId
(
)
:
String
Returns the id of the key that will be used for signing.
get
Name
Link copied to clipboard
API
@
Internal
abstract
fun
getName
(
)
:
String
An identifying name for this signatory.
sign
Link copied to clipboard
API
abstract
fun
sign
(
toSign
:
InputStream
,
destination
:
OutputStream
)
Exhausts
toSign
, and writes the signature to
signatureDestination
.
open
fun
sign
(
toSign
:
InputStream
)
:
Array
<
Byte
>
Exhausts
toSign
, and returns the raw signature bytes.