|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.enc.v2.Digest
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:37:45+02:00", comments="JAXB RI v2.2.11") public class Digest
Type of the digest value used to secure the attachment
Java class for DigestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DigestType"> <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 | |
---|---|
Digest()
|
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 Digest()
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 |