public class KeyValue extends Object
Java class for KeyValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Encoding" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}EncodingType"/>
<element name="EncryptionAlgorithm" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}EncryptionAlgorithmType"/>
<element name="Scheme" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}KeyManagementScheme"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EncodingType |
encoding |
protected EncryptionAlgorithmType |
encryptionAlgorithm |
protected KeyManagementScheme |
scheme |
| Constructor and Description |
|---|
KeyValue() |
| Modifier and Type | Method and Description |
|---|---|
EncodingType |
getEncoding()
Gets the value of the encoding property.
|
EncryptionAlgorithmType |
getEncryptionAlgorithm()
Gets the value of the encryptionAlgorithm property.
|
KeyManagementScheme |
getScheme()
Gets the value of the scheme property.
|
void |
setEncoding(EncodingType value)
Sets the value of the encoding property.
|
void |
setEncryptionAlgorithm(EncryptionAlgorithmType value)
Sets the value of the encryptionAlgorithm property.
|
void |
setScheme(KeyManagementScheme value)
Sets the value of the scheme property.
|
protected EncodingType encoding
protected EncryptionAlgorithmType encryptionAlgorithm
protected KeyManagementScheme scheme
public EncodingType getEncoding()
EncodingTypepublic void setEncoding(EncodingType value)
value - allowed object is
EncodingTypepublic EncryptionAlgorithmType getEncryptionAlgorithm()
EncryptionAlgorithmTypepublic void setEncryptionAlgorithm(EncryptionAlgorithmType value)
value - allowed object is
EncryptionAlgorithmTypepublic KeyManagementScheme getScheme()
KeyManagementSchemepublic void setScheme(KeyManagementScheme value)
value - allowed object is
KeyManagementSchemeCopyright © 2021. All rights reserved.