public class PublicKeyChecker extends Object
| Constructor and Description |
|---|
PublicKeyChecker(Map<org.bouncycastle.asn1.ASN1ObjectIdentifier,org.xipki.ca.api.profile.KeyParametersOption> keyAlgorithms) |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationIssue> |
checkPublicKey(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKey,
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo requestedPublicKey) |
public PublicKeyChecker(Map<org.bouncycastle.asn1.ASN1ObjectIdentifier,org.xipki.ca.api.profile.KeyParametersOption> keyAlgorithms) throws org.xipki.ca.api.profile.CertprofileException
org.xipki.ca.api.profile.CertprofileExceptionpublic List<ValidationIssue> checkPublicKey(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKey, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo requestedPublicKey)
Copyright © 2020. All rights reserved.