| Package | Description |
|---|---|
| org.apache.kerby.pkix |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
PkiUtil.getSignedData(PrivateKey privateKey,
X509Certificate certificate,
byte[] dataToSign,
String eContentType) |
static boolean |
PkiUtil.validateSignedData(SignedData signedData)
Validates a CMS SignedData using the public key corresponding to the private
key used to sign the structure.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.