A
C
E
G
I
L
N
R
S
U
V
W
N
- NewSubmissionRequest - class in com.jetbrains.notary.models
- Data that you provide when starting a submission to the notary service.
- NewSubmissionRequest.Notifications - class in com.jetbrains.notary.models.NewSubmissionRequest
- A notification that the notary service sends you when notarization finishes.
- NewSubmissionResponse - class in com.jetbrains.notary.models
- The notary service’s response to a software submission.
- NewSubmissionResponse.Data - class in com.jetbrains.notary.models.NewSubmissionResponse
- Information that the notary service provides for uploading your software for notarization and tracking the submission.
- NewSubmissionResponse.Data.Attributes - class in com.jetbrains.notary.models.NewSubmissionResponse.Data
- Information that you use to upload your software for notarization.
- NewSubmissionResponse.Meta - class in com.jetbrains.notary.models.NewSubmissionResponse
- An empty object.
- NotarizationResult - class in com.jetbrains.notary.extensions
- notarize(com.jetbrains.notary.NotaryClientV2,java.nio.file.Path,com.jetbrains.notary.extensions.StatusPollingConfiguration) - function in com.jetbrains.notary.extensions.NotarizeKt
- Issue notarization submission for specified file and wait for submission to complete
- notarizeBlocking(com.jetbrains.notary.NotaryClientV2,java.nio.file.Path,com.jetbrains.notary.extensions.StatusPollingConfiguration) - function in com.jetbrains.notary.extensions.NotarizeKt
- Issue notarization submission for specified file and wait for submission to complete
- NotarizeKt - class in com.jetbrains.notary.extensions
- NotaryClientV2 - class in com.jetbrains.notary
- NotaryClientV2.Companion - class in com.jetbrains.notary.NotaryClientV2