be.fgov.ehealth.commons.enc.v2
Class Digest

java.lang.Object
  extended by be.fgov.ehealth.commons.enc.v2.Digest
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2023-04-04T03:39:47+02:00",
           comments="JAXB RI v2.3.6")
public class Digest
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Digest

public Digest()
Method Detail

getAlgorithm

public String getAlgorithm()
Gets the value of the algorithm property.

Returns:
possible object is String

setAlgorithm

public void setAlgorithm(String value)
Sets the value of the algorithm property.

Parameters:
value - allowed object is String



Connector Packaging TECHNICAL 3.24.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.