Uses of Class
com.adyen.model.nexo.VersionType
-
Packages that use VersionType Package Description com.adyen.model.nexo -
-
Uses of VersionType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as VersionType Modifier and Type Field Description protected VersionTypeAuthenticatedData. versionThe Version.protected VersionTypeDigestedData. versionThe Version.protected VersionTypeEnvelopedData. versionThe Version.protected VersionTypeKEK. versionThe Version.protected VersionTypeKeyTransport. versionThe Version.protected VersionTypeNamedKeyEncryptedData. versionThe Version.protected VersionTypeSignedData. versionThe Version.protected VersionTypeSigner. versionThe Version.Methods in com.adyen.model.nexo that return VersionType Modifier and Type Method Description static VersionTypeVersionType. fromValue(String v)From value version type.VersionTypeAuthenticatedData. getVersion()Gets the value of the version property.VersionTypeDigestedData. getVersion()Gets the value of the version property.VersionTypeEnvelopedData. getVersion()Gets the value of the version property.VersionTypeKEK. getVersion()Gets the value of the version property.VersionTypeKeyTransport. getVersion()Gets the value of the version property.VersionTypeNamedKeyEncryptedData. getVersion()Gets the value of the version property.VersionTypeSignedData. getVersion()Gets the value of the version property.VersionTypeSigner. getVersion()Gets the value of the version property.static VersionTypeVersionType. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionType[]VersionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type VersionType Modifier and Type Method Description voidAuthenticatedData. setVersion(VersionType value)Sets the value of the version property.voidDigestedData. setVersion(VersionType value)Sets the value of the version property.voidEnvelopedData. setVersion(VersionType value)Sets the value of the version property.voidKEK. setVersion(VersionType value)Sets the value of the version property.voidKeyTransport. setVersion(VersionType value)Sets the value of the version property.voidNamedKeyEncryptedData. setVersion(VersionType value)Sets the value of the version property.voidSignedData. setVersion(VersionType value)Sets the value of the version property.voidSigner. setVersion(VersionType value)Sets the value of the version property.
-