| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected VersionType |
NamedKeyEncryptedData.version
The Version.
|
protected VersionType |
DigestedData.version
The Version.
|
protected VersionType |
Signer.version
The Version.
|
protected VersionType |
KeyTransport.version
The Version.
|
protected VersionType |
EnvelopedData.version
The Version.
|
protected VersionType |
SignedData.version
The Version.
|
protected VersionType |
AuthenticatedData.version
The Version.
|
protected VersionType |
KEK.version
The Version.
|
| Modifier and Type | Method and Description |
|---|---|
static VersionType |
VersionType.fromValue(String v)
From value version type.
|
VersionType |
NamedKeyEncryptedData.getVersion()
Gets the value of the version property.
|
VersionType |
DigestedData.getVersion()
Gets the value of the version property.
|
VersionType |
Signer.getVersion()
Gets the value of the version property.
|
VersionType |
KeyTransport.getVersion()
Gets the value of the version property.
|
VersionType |
EnvelopedData.getVersion()
Gets the value of the version property.
|
VersionType |
SignedData.getVersion()
Gets the value of the version property.
|
VersionType |
AuthenticatedData.getVersion()
Gets the value of the version property.
|
VersionType |
KEK.getVersion()
Gets the value of the version property.
|
static VersionType |
VersionType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamedKeyEncryptedData.setVersion(VersionType value)
Sets the value of the version property.
|
void |
DigestedData.setVersion(VersionType value)
Sets the value of the version property.
|
void |
Signer.setVersion(VersionType value)
Sets the value of the version property.
|
void |
KeyTransport.setVersion(VersionType value)
Sets the value of the version property.
|
void |
EnvelopedData.setVersion(VersionType value)
Sets the value of the version property.
|
void |
SignedData.setVersion(VersionType value)
Sets the value of the version property.
|
void |
AuthenticatedData.setVersion(VersionType value)
Sets the value of the version property.
|
void |
KEK.setVersion(VersionType value)
Sets the value of the version property.
|
Copyright © 2022. All rights reserved.