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()
String
public void setKeyfile(String value)
value
- allowed object is
String
public String getAlgorithm()
String
public void setAlgorithm(String value)
value
- allowed object is
String
public int getStrength()
public void setStrength(int value)
Copyright © 2005-2024 LSC project. All Rights Reserved.