|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.enc.v2.EncryptionMethod
@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:39:47+02:00", comments="JAXB RI v2.3.6") public class EncryptionMethod
Endpoint type of the encryption method
Java class for EncryptionMethodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptionMethodType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
EncryptionMethod()
|
Method Summary | |
---|---|
String |
getAlgorithm()
Gets the value of the algorithm property. |
void |
setAlgorithm(String value)
Sets the value of the algorithm property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncryptionMethod()
Method Detail |
---|
public String getAlgorithm()
String
public void setAlgorithm(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |