Uses of Class
net.webpdf.wsclient.schema.operation.KeyPairType
-
Packages that use KeyPairType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of KeyPairType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as KeyPairType Modifier and Type Field Description protected KeyPairTypePdfPasswordType. keyPairprotected KeyPairTypeSignatureType.Add.Signer. keyPairMethods in net.webpdf.wsclient.schema.operation that return KeyPairType Modifier and Type Method Description KeyPairTypeObjectFactory. createKeyPairType()Create an instance ofKeyPairTypeKeyPairTypePdfPasswordType. getKeyPair()Gets the value of the keyPair property.KeyPairTypeSignatureType.Add.Signer. getKeyPair()Gets the value of the keyPair property.Methods in net.webpdf.wsclient.schema.operation with parameters of type KeyPairType Modifier and Type Method Description voidPdfPasswordType. setKeyPair(KeyPairType value)Sets the value of the keyPair property.voidSignatureType.Add.Signer. setKeyPair(KeyPairType value)Sets the value of the keyPair property.
-