|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.api.contract.v1.KeyValue
public class KeyValue
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>
Field Summary | |
---|---|
protected EncodingType |
encoding
|
protected EncryptionAlgorithmType |
encryptionAlgorithm
|
protected KeyManagementScheme |
scheme
|
Constructor Summary | |
---|---|
KeyValue()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected EncodingType encoding
protected EncryptionAlgorithmType encryptionAlgorithm
protected KeyManagementScheme scheme
Constructor Detail |
---|
public KeyValue()
Method Detail |
---|
public EncodingType getEncoding()
EncodingType
public void setEncoding(EncodingType value)
value
- allowed object is
EncodingType
public EncryptionAlgorithmType getEncryptionAlgorithm()
EncryptionAlgorithmType
public void setEncryptionAlgorithm(EncryptionAlgorithmType value)
value
- allowed object is
EncryptionAlgorithmType
public KeyManagementScheme getScheme()
KeyManagementScheme
public void setScheme(KeyManagementScheme value)
value
- allowed object is
KeyManagementScheme
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |