This object holds signature information that is used by SecurityServiceInterface.
detachedSignature
Constructs SignInfo with a detached signature, digest, and the algorithm name.
public SignInfo(byte[] detachedSignature, byte[] digest, String digestAlgoName)
getDetachedSignature
Returns the detached signature contained in this SignInfo object.
public byte[] getDetachedSignature()
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