public class AppSignedInfoEx extends AppSignedInfo
| Constructor and Description |
|---|
AppSignedInfoEx(AppSignedInfo asi,
X509Certificate x509,
byte[] certHash,
int idSha) |
AppSignedInfoEx(byte[] signedHash,
byte[] origHash,
Date signingTime,
X509Certificate x509,
byte[] certHash,
int idSha) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCertHash() |
int |
getIdSha() |
X509Certificate |
getX509() |
getCertId, getOrigHash, getSignedHash, getSigningTimepublic AppSignedInfoEx(AppSignedInfo asi, X509Certificate x509, byte[] certHash, int idSha)
public AppSignedInfoEx(byte[] signedHash,
byte[] origHash,
Date signingTime,
X509Certificate x509,
byte[] certHash,
int idSha)
public X509Certificate getX509()
public byte[] getCertHash()
public int getIdSha()
Copyright © 2020. All rights reserved.