public class KEKIdentifier extends Object
Java class for KEKIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KEKIdentifier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="KeyIdentifier" use="required" type="{}KeyIdentifier" />
<attribute name="KeyVersion" use="required" type="{}KeyVersion" />
<attribute name="DerivationIdentifier" type="{}DerivationIdentifier" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
derivationIdentifier
The Derivation identifier.
|
protected String |
keyIdentifier
The Key identifier.
|
protected String |
keyVersion
The Key version.
|
| Constructor and Description |
|---|
KEKIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDerivationIdentifier()
Gets the value of the derivationIdentifier property.
|
String |
getKeyIdentifier()
Gets the value of the keyIdentifier property.
|
String |
getKeyVersion()
Gets the value of the keyVersion property.
|
void |
setDerivationIdentifier(byte[] value)
Sets the value of the derivationIdentifier property.
|
void |
setKeyIdentifier(String value)
Sets the value of the keyIdentifier property.
|
void |
setKeyVersion(String value)
Sets the value of the keyVersion property.
|
protected String keyIdentifier
protected String keyVersion
protected byte[] derivationIdentifier
public String getKeyIdentifier()
Stringpublic void setKeyIdentifier(String value)
value - allowed object is Stringpublic String getKeyVersion()
Stringpublic void setKeyVersion(String value)
value - allowed object is Stringpublic byte[] getDerivationIdentifier()
public void setDerivationIdentifier(byte[] value)
value - allowed object is byte[]Copyright © 2022. All rights reserved.