Uses of Class
net.webpdf.wsclient.openapi.KeyStoreOrigin
-
Packages that use KeyStoreOrigin Package Description net.webpdf.wsclient.openapi -
-
Uses of KeyStoreOrigin in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return KeyStoreOrigin Modifier and Type Method Description static KeyStoreOriginKeyStoreOrigin. fromValue(String value)@Nullable KeyStoreOriginCertificateEntry. getKeyStoreOrigin()Get keyStoreOrigin@Nullable KeyStoreOriginKeyStoreEntry. getKeyStoreOrigin()Get keyStoreOriginstatic KeyStoreOriginKeyStoreOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyStoreOrigin[]KeyStoreOrigin. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type KeyStoreOrigin Modifier and Type Method Description CertificateEntryCertificateEntry. keyStoreOrigin(KeyStoreOrigin keyStoreOrigin)KeyStoreEntryKeyStoreEntry. keyStoreOrigin(KeyStoreOrigin keyStoreOrigin)voidCertificateEntry. setKeyStoreOrigin(KeyStoreOrigin keyStoreOrigin)voidKeyStoreEntry. setKeyStoreOrigin(KeyStoreOrigin keyStoreOrigin)
-