version method
Set the algorithm version.
The value for the version must be a sequence of characters in: [0-9]
.
It is recommended to use a default version.
Implementation
CryptDataBuilder version(String v) {
_version = v;
return this;
}
Set the algorithm version.
The value for the version must be a sequence of characters in: [0-9]
.
It is recommended to use a default version.
CryptDataBuilder version(String v) {
_version = v;
return this;
}