This object holds signature information that is used by SecurityServiceInterface. The SignInfo object methods are as follows:
detachedSignature
Constructs SignInfo with a detached signature, digest, and the algorithm name.
public SignInfo(byte[] detachedSignature, byte[] digest, String digestAlgoName)
getData getDetachedSignature
Returns the data contained in this SignInfo object.
public byte[] getData()
None
getDigest
Returns the digest contained in this SignInfo.
public byte[] getDigest()
None
getDigestAlgoName
Returns the digest algorithm name contained in this SignInfo object.
public String getDigestAlgoName()
None