public interface EnvelopeService
| Modifier and Type | Method and Description |
|---|---|
byte[] |
buildCms(List<AppSignedInfoEx> listAsiEx,
int attachSize) |
byte[] |
buildFromS3Sha1(List<AppSignedInfo> listAsi,
int attachSize) |
byte[] |
buildFromS3Sha224(List<AppSignedInfo> listAsi,
int attachSize) |
byte[] |
buildFromS3Sha256(List<AppSignedInfo> listAsi,
int attachSize) |
byte[] |
buildFromS3Sha384(List<AppSignedInfo> listAsi,
int attachSize) |
byte[] |
buildFromS3Sha512(List<AppSignedInfo> listAsi,
int attachSize) |
byte[] |
calcSha1(byte[] content) |
byte[] |
calcSha224(byte[] content) |
byte[] |
calcSha256(byte[] content) |
byte[] |
calcSha384(byte[] content) |
byte[] |
calcSha512(byte[] content) |
byte[] |
hashSignedAttribSha1(byte[] origHash,
Date signingTime,
X509Certificate x509) |
byte[] |
hashSignedAttribSha224(byte[] origHash,
Date signingTime,
X509Certificate x509) |
byte[] |
hashSignedAttribSha256(byte[] origHash,
Date signingTime,
X509Certificate x509) |
byte[] |
hashSignedAttribSha384(byte[] origHash,
Date signingTime,
X509Certificate x509) |
byte[] |
hashSignedAttribSha512(byte[] origHash,
Date signingTime,
X509Certificate x509) |
boolean |
isProcHash() |
org.bouncycastle.asn1.ASN1Set |
siCreate(byte[] origHash,
Date signingTime,
X509Certificate x509,
DerEncoder derEnc,
byte[] certHash,
int idSha) |
byte[] hashSignedAttribSha1(byte[] origHash,
Date signingTime,
X509Certificate x509)
throws NoSuchAlgorithmException,
CertificateEncodingException,
Exception,
IOException
byte[] buildFromS3Sha1(List<AppSignedInfo> listAsi, int attachSize) throws Exception
Exceptionbyte[] buildCms(List<AppSignedInfoEx> listAsiEx, int attachSize) throws Exception
Exceptionbyte[] hashSignedAttribSha224(byte[] origHash,
Date signingTime,
X509Certificate x509)
throws NoSuchAlgorithmException,
CertificateEncodingException,
Exception,
IOException
byte[] buildFromS3Sha224(List<AppSignedInfo> listAsi, int attachSize) throws Exception
Exceptionbyte[] hashSignedAttribSha256(byte[] origHash,
Date signingTime,
X509Certificate x509)
throws NoSuchAlgorithmException,
CertificateEncodingException,
Exception,
IOException
byte[] buildFromS3Sha256(List<AppSignedInfo> listAsi, int attachSize) throws Exception
Exceptionbyte[] hashSignedAttribSha384(byte[] origHash,
Date signingTime,
X509Certificate x509)
throws NoSuchAlgorithmException,
CertificateEncodingException,
Exception,
IOException
byte[] buildFromS3Sha384(List<AppSignedInfo> listAsi, int attachSize) throws Exception
Exceptionbyte[] hashSignedAttribSha512(byte[] origHash,
Date signingTime,
X509Certificate x509)
throws NoSuchAlgorithmException,
CertificateEncodingException,
Exception,
IOException
byte[] buildFromS3Sha512(List<AppSignedInfo> listAsi, int attachSize) throws Exception
Exceptionorg.bouncycastle.asn1.ASN1Set siCreate(byte[] origHash,
Date signingTime,
X509Certificate x509,
DerEncoder derEnc,
byte[] certHash,
int idSha)
throws Exception
Exceptionbyte[] calcSha1(byte[] content)
throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionbyte[] calcSha224(byte[] content)
throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionbyte[] calcSha256(byte[] content)
throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionbyte[] calcSha384(byte[] content)
throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionbyte[] calcSha512(byte[] content)
throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionboolean isProcHash()
Copyright © 2020. All rights reserved.