Package | Description |
---|---|
com.adobe.fd.signatures.pki.client |
Defines package version.
|
com.adobe.fd.signatures.pki.client.spi |
Defines package version.
|
Modifier and Type | Method and Description |
---|---|
Value |
MemoryLRUCache.addData(Key key,
Value data) |
void |
MemoryLRUCache.clearAll() |
static Object[] |
CertificateInfo.getCertificateArray(CertificateInfo[] infos,
CertificateType type) |
byte[] |
CertificateInfo.getCertificateDER()
Gets the DER encoded byte array of the certificate
|
static int |
PKIUtils.getDigestAlgoLen(String algo) |
X509Certificate |
CertificateInfo.getJavaCertificate() |
byte[] |
RevocationInfo.getObjectDER()
Gets the der bytes of the revocation object
|
com.rsa.certj.cert.X509Certificate |
CertificateInfo.getRSACertificate() |
int |
PKIInterface.getSignatureSize(PKISignatureType type,
HashAlgorithm hashAlgo,
byte[] data,
com.adobe.fd.signatures.pki.client.signature.SignParams params)
Estimate the size of the signature that will be created using the params provided
|
Value |
MemoryLRUCache.getValue(Key key) |
void |
MemoryLRUCache.removeData(Key key) |
void |
PKIInterface.setCertificates(CertificateInfo[] inCerts)
Sets the Input certificates that should be used for chain building
|
byte[] |
PKIInterface.sign(PKISignatureType type,
PrivateKey key,
HashAlgorithm hashAlgo,
byte[] data,
com.adobe.fd.signatures.pki.client.signature.SignParams params)
Sign the data with the key provided
|
VerificationInfo |
PKIInterface.verifyCertificate(CertificateInfo certInfo,
Date verificationTime,
RevocationCheckStyle revocationOption,
int trustLevel)
Deprecated.
|
VerificationInfo |
PKIInterface.verifyCertificate(CertificateInfo certInfo,
Date verificationTime,
RevocationCheckStyle revocationOption,
int trustLevel,
boolean isFromSign)
Verifies a certificate for trust and revocation @author ankit
|
com.adobe.fd.signatures.pki.client.signature.SignatureData |
PKIInterface.verifySignature(PKISignatureType type,
byte[] signatureBytes,
int offset,
int length,
com.adobe.fd.signatures.pki.client.signature.VerifyParams params)
Verifies the signature bytes of the specified type
|
Constructor and Description |
---|
CertificateInfo(InputStream is)
Constructs the object from the specified certificate.
|
Modifier and Type | Method and Description |
---|---|
Object |
PKICredential.execute(PKISigner signer) |
protected Object |
PKICredential.executeSign(PKISigner signer) |
Object |
PKISigner.sign(PrivateKey key,
String provider) |
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.