Package net.webpdf.wsclient.openapi
Class OperationSignerAdd
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationSignerAdd
-
public class OperationSignerAdd extends Object
Contains a key pair (`<keyPair>`) consisting of the certificate (with public key) and the private key that identifies the signer (`<signer>`) who performs the signature. The certificate and the signer's private key must be passed as a PEM file in `<certificate>` and `<privateKey>` respectively. The element is optional. If no `<keyPair>` (consisting of the certificate and the private key) is passed directly, then a certificate must be selected via `<keyName>`, which is loaded from the server's global keystore.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_KEY_PAIR
-
Constructor Summary
Constructors Constructor Description OperationSignerAdd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull OperationKeyPairgetKeyPair()Get keyPairinthashCode()OperationSignerAddkeyPair(OperationKeyPair keyPair)voidsetKeyPair(OperationKeyPair keyPair)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_KEY_PAIR
public static final String JSON_PROPERTY_KEY_PAIR
- See Also:
- Constant Field Values
-
-
Method Detail
-
keyPair
public OperationSignerAdd keyPair(OperationKeyPair keyPair)
-
getKeyPair
@NotNull public @NotNull OperationKeyPair getKeyPair()
Get keyPair- Returns:
- keyPair
-
setKeyPair
public void setKeyPair(OperationKeyPair keyPair)
-
-