Uses of Class
net.webpdf.wsclient.schema.operation.CertificateFileDataType
-
Packages that use CertificateFileDataType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of CertificateFileDataType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as CertificateFileDataType Modifier and Type Field Description protected CertificateFileDataTypeKeyPairType. certificateprotected CertificateFileDataTypeRecipientType. certificateMethods in net.webpdf.wsclient.schema.operation that return CertificateFileDataType Modifier and Type Method Description CertificateFileDataTypeObjectFactory. createCertificateFileDataType()Create an instance ofCertificateFileDataTypeCertificateFileDataTypeKeyPairType. getCertificate()Gets the value of the certificate property.CertificateFileDataTypeRecipientType. getCertificate()Gets the value of the certificate property.Methods in net.webpdf.wsclient.schema.operation with parameters of type CertificateFileDataType Modifier and Type Method Description voidKeyPairType. setCertificate(CertificateFileDataType value)Sets the value of the certificate property.voidRecipientType. setCertificate(CertificateFileDataType value)Sets the value of the certificate property.
-