public class EncryptionType extends Object
Java class for encryptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="encryptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="keyfile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="algorithm" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="strength" type="{http://www.w3.org/2001/XMLSchema}int"/>
</all>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EncryptionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Gets the value of the algorithm property.
|
String |
getId()
Gets the value of the id property.
|
String |
getKeyfile()
Gets the value of the keyfile property.
|
int |
getStrength()
Gets the value of the strength property.
|
void |
setAlgorithm(String value)
Sets the value of the algorithm property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setKeyfile(String value)
Sets the value of the keyfile property.
|
void |
setStrength(int value)
Sets the value of the strength property.
|
public String getKeyfile()
Stringpublic void setKeyfile(String value)
value - allowed object is
Stringpublic String getAlgorithm()
Stringpublic void setAlgorithm(String value)
value - allowed object is
Stringpublic int getStrength()
public void setStrength(int value)
Copyright © 2005-2025 LSC project. All Rights Reserved.