Uses of Class
net.webpdf.wsclient.openapi.OperationKeyPair
-
Packages that use OperationKeyPair Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationKeyPair in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationKeyPair Modifier and Type Method Description OperationKeyPairOperationKeyPair. certificate(OperationCertificateFileData certificate)@Nullable OperationKeyPairOperationPdfPassword. getKeyPair()Get keyPair@NotNull OperationKeyPairOperationSignerAdd. getKeyPair()Get keyPairOperationKeyPairOperationKeyPair. privateKey(OperationPrivateKeyFileData privateKey)Methods in net.webpdf.wsclient.openapi with parameters of type OperationKeyPair Modifier and Type Method Description OperationPdfPasswordOperationPdfPassword. keyPair(OperationKeyPair keyPair)OperationSignerAddOperationSignerAdd. keyPair(OperationKeyPair keyPair)voidOperationPdfPassword. setKeyPair(OperationKeyPair keyPair)voidOperationSignerAdd. setKeyPair(OperationKeyPair keyPair)
-