| Constructor and Description |
|---|
JcaSignerId(X500Principal issuer,
BigInteger serialNumber)
Construct a signer identifier based on the provided issuer and serial number..
|
JcaSignerId(X500Principal issuer,
BigInteger serialNumber,
byte[] subjectKeyId)
Construct a signer identifier based on the provided issuer, serial number, and subjectKeyId..
|
JcaSignerId(X509Certificate certificate)
Construct a signer identifier based on the issuer, serial number and subject key identifier (if present) of the passed in
certificate.
|
public JcaSignerId(X509Certificate certificate)
certificate - certificate providing the issue and serial number and subject key identifier.public JcaSignerId(X500Principal issuer, BigInteger serialNumber)
issuer - the issuer to use.serialNumber - the serial number to use.public JcaSignerId(X500Principal issuer, BigInteger serialNumber, byte[] subjectKeyId)
issuer - the issuer to use.serialNumber - the serial number to use.subjectKeyId - the subject key ID to use.Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.