gradle
Toggle table of contents
9.1.0-20250629031610+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.plugins.signing.type
/
BinarySignatureType
Binary
Signature
Type
API
open
class
BinarySignatureType
:
AbstractSignatureType
(
source
)
Binary signature type.
Members
Constructors
Binary
Signature
Type
Link copied to clipboard
API
constructor
(
)
Functions
combined
Extension
Link copied to clipboard
API
open
fun
combinedExtension
(
toSign
:
File
)
:
String
file
For
Link copied to clipboard
API
open
fun
fileFor
(
toSign
:
File
)
:
File
get
Extension
Link copied to clipboard
API
open
fun
getExtension
(
)
:
String
sign
Link copied to clipboard
API
open
fun
sign
(
signatory
:
Signatory
,
toSign
:
File
)
:
File
open
fun
sign
(
signatory
:
Signatory
,
toSign
:
InputStream
,
destination
:
OutputStream
)