| Package | Description |
|---|---|
| org.xipki.ca.api.profile |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo |
BaseCertprofile.checkPublicKey(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKey) |
abstract org.bouncycastle.asn1.x509.SubjectPublicKeyInfo |
Certprofile.checkPublicKey(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKey)
Checks the public key.
|
static void |
SubjectDnSpec.fixRdnControl(Certprofile.RdnControl control) |
protected void |
BaseCertprofile.fixRdnControl(Certprofile.RdnControl rdnControl) |
abstract ExtensionValues |
Certprofile.getExtensions(Map<org.bouncycastle.asn1.ASN1ObjectIdentifier,Certprofile.ExtensionControl> extensionControls,
org.bouncycastle.asn1.x500.X500Name requestedSubject,
org.bouncycastle.asn1.x500.X500Name grantedSubject,
Map<org.bouncycastle.asn1.ASN1ObjectIdentifier,org.bouncycastle.asn1.x509.Extension> requestedExtensions,
Date notBefore,
Date notAfter,
PublicCaInfo caInfo)
Checks the requested extensions and returns the canonicalized ones.
|
Certprofile.SubjectInfo |
BaseCertprofile.getSubject(org.bouncycastle.asn1.x500.X500Name requestedSubject) |
abstract Certprofile.SubjectInfo |
Certprofile.getSubject(org.bouncycastle.asn1.x500.X500Name requestedSubject)
Checks the requested subject.
|
abstract void |
Certprofile.initialize(String data)
Initializes this object.
|
Copyright © 2020. All rights reserved.