public class EF_SOD
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
EF_SOD.DGHashInfo |
Constructor and Description |
---|
EF_SOD(byte[] rawData) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
EF_SOD.DGHashInfo |
getDGHashInfo() |
java.lang.String |
getDigestAlgorithm() |
byte[] |
getSignature() |
byte[] |
getSignedData()
Gets the contents of the security object over which the
signature is to be computed.
|
java.lang.String |
getSignedDataAlgorithm() |
byte[] |
getSignedMessageDigest() |
java.util.Date |
getSignedSigningTime() |
java.security.cert.Certificate |
getSigningCertificate()
Gets the document signing certificate.
|
int |
getVersion() |
public EF_SOD(byte[] rawData) throws java.io.IOException
java.io.IOException
public EF_SOD.DGHashInfo getDGHashInfo()
public java.security.cert.Certificate getSigningCertificate() throws java.lang.Exception
java.lang.Exception
public int getVersion()
public java.lang.String getDigestAlgorithm()
public byte[] getSignedData() throws java.io.IOException
java.io.IOException
public java.util.Date getSignedSigningTime() throws java.text.ParseException
java.text.ParseException
public byte[] getSignedMessageDigest()
public java.lang.String getSignedDataAlgorithm()
public byte[] getSignature()
public byte[] getBytes()