Package net.webpdf.wsclient.openapi
Class DocumentRecipient
- java.lang.Object
-
- net.webpdf.wsclient.openapi.DocumentRecipient
-
public class DocumentRecipient extends Object
Contains recipient information
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ISSUERstatic StringJSON_PROPERTY_SERIAL_NUMBER
-
Constructor Summary
Constructors Constructor Description DocumentRecipient()DocumentRecipient(String issuer, String serialNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetIssuer()The X.500 name of the recipient@Nullable StringgetSerialNumber()The serial number of the recipient's X.500 certificateinthashCode()StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ISSUER
public static final String JSON_PROPERTY_ISSUER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SERIAL_NUMBER
public static final String JSON_PROPERTY_SERIAL_NUMBER
- See Also:
- Constant Field Values
-
-