public class PKIXIdentity extends Object
| Constructor and Description |
|---|
PKIXIdentity(PrivateKeyInfo privateKeyInfo,
X509CertificateHolder[] certificateHolders) |
| Modifier and Type | Method and Description |
|---|---|
X509CertificateHolder |
getCertificate()
Return the certificate associated with the private key info.
|
PrivateKeyInfo |
getPrivateKeyInfo()
Return the private key info for this identity.
|
RecipientId |
getRecipientId()
Return a RecipientId for the identity's (private key, certificate) pair.
|
public PKIXIdentity(PrivateKeyInfo privateKeyInfo, X509CertificateHolder[] certificateHolders)
public PrivateKeyInfo getPrivateKeyInfo()
public X509CertificateHolder getCertificate()
public RecipientId getRecipientId()
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.