public class KeyArchivalAttributes extends Object
Java class for KeyArchivalAttributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyArchivalAttributes"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="symmetricAlgorithmOIDReference" type="{http://www.w3 .org/2001/XMLSchema}int"/> <element name="symmetricAlgorithmKeyLength" type="{http://www.w3 .org/2001/XMLSchema}unsignedInt"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
symmetricAlgorithmKeyLength |
protected int |
symmetricAlgorithmOIDReference |
Constructor and Description |
---|
KeyArchivalAttributes() |
Modifier and Type | Method and Description |
---|---|
long |
getSymmetricAlgorithmKeyLength()
Gets the value of the symmetricAlgorithmKeyLength property.
|
int |
getSymmetricAlgorithmOIDReference()
Gets the value of the symmetricAlgorithmOIDReference property.
|
void |
setSymmetricAlgorithmKeyLength(long value)
Sets the value of the symmetricAlgorithmKeyLength property.
|
void |
setSymmetricAlgorithmOIDReference(int value)
Sets the value of the symmetricAlgorithmOIDReference property.
|
protected int symmetricAlgorithmOIDReference
protected long symmetricAlgorithmKeyLength
public int getSymmetricAlgorithmOIDReference()
public void setSymmetricAlgorithmOIDReference(int value)
public long getSymmetricAlgorithmKeyLength()
public void setSymmetricAlgorithmKeyLength(long value)
Copyright © 2017 WSO2. All rights reserved.