Index
All Classes and Interfaces|All Packages|Serialized Form
D
- DigestDTO - Class in eu.europa.esig.dss.ws.dto
-
Represent the Digest DTO
- DigestDTO() - Constructor for class eu.europa.esig.dss.ws.dto.DigestDTO
-
The empty constructor
- DigestDTO(DigestAlgorithm, byte[]) - Constructor for class eu.europa.esig.dss.ws.dto.DigestDTO
-
The default constructor
- DSSRemoteServiceException - Exception Class in eu.europa.esig.dss.ws.dto.exception
-
Exception to be thrown in case of Remote Service error
- DSSRemoteServiceException() - Constructor for exception class eu.europa.esig.dss.ws.dto.exception.DSSRemoteServiceException
-
Empty constructor
- DSSRemoteServiceException(String) - Constructor for exception class eu.europa.esig.dss.ws.dto.exception.DSSRemoteServiceException
-
Constructor with a message
- DSSRemoteServiceException(String, Throwable) - Constructor for exception class eu.europa.esig.dss.ws.dto.exception.DSSRemoteServiceException
-
Re-throwable constructor with a custom message
- DSSRemoteServiceException(Throwable) - Constructor for exception class eu.europa.esig.dss.ws.dto.exception.DSSRemoteServiceException
-
Re-throwable constructor
E
- equals(Object) - Method in class eu.europa.esig.dss.ws.dto.DigestDTO
- equals(Object) - Method in class eu.europa.esig.dss.ws.dto.RemoteColor
- equals(Object) - Method in class eu.europa.esig.dss.ws.dto.RemoteDocument
- equals(Object) - Method in class eu.europa.esig.dss.ws.dto.SignatureValueDTO
- equals(Object) - Method in class eu.europa.esig.dss.ws.dto.ToBeSignedDTO
- eu.europa.esig.dss.ws.dto - package eu.europa.esig.dss.ws.dto
- eu.europa.esig.dss.ws.dto.exception - package eu.europa.esig.dss.ws.dto.exception
G
- getAlgorithm() - Method in class eu.europa.esig.dss.ws.dto.DigestDTO
-
Gets the
DigestAlgorithm - getAlgorithm() - Method in class eu.europa.esig.dss.ws.dto.SignatureValueDTO
-
Gets the used
SignatureAlgorithm - getAlpha() - Method in class eu.europa.esig.dss.ws.dto.RemoteColor
-
Gets alpha layer value
- getBinaries() - Method in class eu.europa.esig.dss.ws.dto.TimestampDTO
-
Gets DER-encoded binaries of the timestamp
- getBlue() - Method in class eu.europa.esig.dss.ws.dto.RemoteColor
-
Gets blue color value
- getBytes() - Method in class eu.europa.esig.dss.ws.dto.RemoteDocument
-
Returns the array of bytes representing the document or its digest value (for DigestDocument).
- getBytes() - Method in class eu.europa.esig.dss.ws.dto.ToBeSignedDTO
-
Gets binaries ToBeSigned
- getCanonicalizationMethod() - Method in class eu.europa.esig.dss.ws.dto.TimestampDTO
-
Gets the canonicalization method (for XAdES/JAdES)
- getDigestAlgorithm() - Method in class eu.europa.esig.dss.ws.dto.RemoteDocument
-
Returns the current used digest algorithm for a DigestDocument
- getEncodedCertificate() - Method in class eu.europa.esig.dss.ws.dto.RemoteCertificate
-
Gets the DER-encoded binaries of the certificate
- getGreen() - Method in class eu.europa.esig.dss.ws.dto.RemoteColor
-
Gets green color value
- getIncludes() - Method in class eu.europa.esig.dss.ws.dto.TimestampDTO
-
Gets covered references for a XAdES IndividualDataObjectsTimeStamp
- getName() - Method in class eu.europa.esig.dss.ws.dto.RemoteDocument
-
Gets the document name
- getRed() - Method in class eu.europa.esig.dss.ws.dto.RemoteColor
-
Gets red color value
- getType() - Method in class eu.europa.esig.dss.ws.dto.TimestampDTO
-
Gets type of the timestamp
- getURI() - Method in class eu.europa.esig.dss.ws.dto.TimestampIncludeDTO
-
Gets the reference URI
- getValue() - Method in class eu.europa.esig.dss.ws.dto.DigestDTO
-
Gets the digest value
- getValue() - Method in class eu.europa.esig.dss.ws.dto.SignatureValueDTO
-
Gets the SignatureValue binaries
H
- hashCode() - Method in class eu.europa.esig.dss.ws.dto.DigestDTO
- hashCode() - Method in class eu.europa.esig.dss.ws.dto.RemoteColor
- hashCode() - Method in class eu.europa.esig.dss.ws.dto.RemoteDocument
- hashCode() - Method in class eu.europa.esig.dss.ws.dto.SignatureValueDTO
- hashCode() - Method in class eu.europa.esig.dss.ws.dto.ToBeSignedDTO
- hexValue() - Method in class eu.europa.esig.dss.ws.dto.DigestDTO
-
Returns a hex-encoded digest value
I
- isReferencedData() - Method in class eu.europa.esig.dss.ws.dto.TimestampIncludeDTO
-
Gets of the data is references
J
- jpms_dss_common_remote_dto - module jpms_dss_common_remote_dto
R
- RemoteCertificate - Class in eu.europa.esig.dss.ws.dto
-
DTO containing certificateToken binaries
- RemoteCertificate() - Constructor for class eu.europa.esig.dss.ws.dto.RemoteCertificate
-
Empty constructor
- RemoteCertificate(byte[]) - Constructor for class eu.europa.esig.dss.ws.dto.RemoteCertificate
-
The default constructor
- RemoteColor - Class in eu.europa.esig.dss.ws.dto
-
DTO for a
Colorobject - RemoteColor() - Constructor for class eu.europa.esig.dss.ws.dto.RemoteColor
-
The empty constructor
- RemoteColor(int, int, int) - Constructor for class eu.europa.esig.dss.ws.dto.RemoteColor
-
The default constructor without alpha layer
- RemoteColor(Integer, Integer, Integer, Integer) - Constructor for class eu.europa.esig.dss.ws.dto.RemoteColor
-
The default constructor with alpha layer
- RemoteDocument - Class in eu.europa.esig.dss.ws.dto
-
This class is used to transport a DSSDocument with SOAP and/or REST
- RemoteDocument() - Constructor for class eu.europa.esig.dss.ws.dto.RemoteDocument
-
Empty constructor
- RemoteDocument(byte[], DigestAlgorithm, String) - Constructor for class eu.europa.esig.dss.ws.dto.RemoteDocument
-
This constructor allows to create an instance of RemoteDocument with a digest document
- RemoteDocument(byte[], String) - Constructor for class eu.europa.esig.dss.ws.dto.RemoteDocument
-
This constructor allows to create a new instance of RemoteDocument with the whole document
S
- setAlgorithm(DigestAlgorithm) - Method in class eu.europa.esig.dss.ws.dto.DigestDTO
-
Sets the
DigestAlgorithm - setAlgorithm(SignatureAlgorithm) - Method in class eu.europa.esig.dss.ws.dto.SignatureValueDTO
-
Sets the used
SignatureAlgorithm - setAlpha(Integer) - Method in class eu.europa.esig.dss.ws.dto.RemoteColor
-
Sets alpha layer value
- setBinaries(byte[]) - Method in class eu.europa.esig.dss.ws.dto.TimestampDTO
-
Sets DER-encoded binaries of the timestamp
- setBlue(Integer) - Method in class eu.europa.esig.dss.ws.dto.RemoteColor
-
Sets blue color value
- setBytes(byte[]) - Method in class eu.europa.esig.dss.ws.dto.RemoteDocument
-
Sets binaries of the document or its digest value (for DigestDocument).
- setBytes(byte[]) - Method in class eu.europa.esig.dss.ws.dto.ToBeSignedDTO
-
Sets binaries ToBeSigned
- setCanonicalizationMethod(String) - Method in class eu.europa.esig.dss.ws.dto.TimestampDTO
-
Sets the canonicalization method (for XAdES/JAdES)
- setDigestAlgorithm(DigestAlgorithm) - Method in class eu.europa.esig.dss.ws.dto.RemoteDocument
-
Sets the used
DigestAlgorithmfor a DigestDocument - setEncodedCertificate(byte[]) - Method in class eu.europa.esig.dss.ws.dto.RemoteCertificate
-
Sets the DER-encoded binaries of the certificate
- setGreen(Integer) - Method in class eu.europa.esig.dss.ws.dto.RemoteColor
-
Sets green color value
- setIncludes(List<TimestampIncludeDTO>) - Method in class eu.europa.esig.dss.ws.dto.TimestampDTO
-
Sets covered references for a XAdES IndividualDataObjectsTimeStamp
- setName(String) - Method in class eu.europa.esig.dss.ws.dto.RemoteDocument
-
Sets the document name
- setRed(Integer) - Method in class eu.europa.esig.dss.ws.dto.RemoteColor
-
Sets red color value
- setReferencedData(boolean) - Method in class eu.europa.esig.dss.ws.dto.TimestampIncludeDTO
-
Sets the value corresponding to
'referencedData'attribute value - setType(TimestampType) - Method in class eu.europa.esig.dss.ws.dto.TimestampDTO
-
Sets type of the timestamp
- setURI(String) - Method in class eu.europa.esig.dss.ws.dto.TimestampIncludeDTO
-
Sets the reference URI
- setValue(byte[]) - Method in class eu.europa.esig.dss.ws.dto.DigestDTO
-
Sets the digest value
- setValue(byte[]) - Method in class eu.europa.esig.dss.ws.dto.SignatureValueDTO
-
Sets the SignatureValue binaries
- SignatureValueDTO - Class in eu.europa.esig.dss.ws.dto
-
Represents a SignatureValue DTO
- SignatureValueDTO() - Constructor for class eu.europa.esig.dss.ws.dto.SignatureValueDTO
-
Empty constructor
- SignatureValueDTO(SignatureAlgorithm, byte[]) - Constructor for class eu.europa.esig.dss.ws.dto.SignatureValueDTO
-
The default constructor
T
- TimestampDTO - Class in eu.europa.esig.dss.ws.dto
-
DTO to transfer a TimestampToken over REST/SOAP webServices
- TimestampDTO() - Constructor for class eu.europa.esig.dss.ws.dto.TimestampDTO
-
Empty constructor
- TimestampDTO(byte[], TimestampType) - Constructor for class eu.europa.esig.dss.ws.dto.TimestampDTO
-
Default constructor
- TimestampIncludeDTO - Class in eu.europa.esig.dss.ws.dto
-
DTO to represent timestamped references for a XAdES IndividualDataObjectsTimeStamp
- TimestampIncludeDTO() - Constructor for class eu.europa.esig.dss.ws.dto.TimestampIncludeDTO
-
Empty constructor
- TimestampIncludeDTO(String, boolean) - Constructor for class eu.europa.esig.dss.ws.dto.TimestampIncludeDTO
-
The default constructor
- ToBeSignedDTO - Class in eu.europa.esig.dss.ws.dto
-
The DTO used to transfer ToBeSigned data
- ToBeSignedDTO() - Constructor for class eu.europa.esig.dss.ws.dto.ToBeSignedDTO
-
Empty constructor
- ToBeSignedDTO(byte[]) - Constructor for class eu.europa.esig.dss.ws.dto.ToBeSignedDTO
-
Default constructor
- toString() - Method in class eu.europa.esig.dss.ws.dto.DigestDTO
- toString() - Method in class eu.europa.esig.dss.ws.dto.RemoteColor
- toString() - Method in class eu.europa.esig.dss.ws.dto.RemoteDocument
- toString() - Method in class eu.europa.esig.dss.ws.dto.SignatureValueDTO
All Classes and Interfaces|All Packages|Serialized Form