| 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 org.bouncycastle.asn1.x509.GeneralName |
CertprofileUtil.createGeneralName(org.bouncycastle.asn1.x509.GeneralName requestedName,
Set<GeneralNameMode> modes)
Creates GeneralName.
|
protected org.bouncycastle.asn1.x500.RDN |
BaseCertprofile.createSubjectRdn(String text,
org.bouncycastle.asn1.ASN1ObjectIdentifier type,
RdnControl option,
int index) |
abstract ExtensionValues |
Certprofile.getExtensions(Map<org.bouncycastle.asn1.ASN1ObjectIdentifier,ExtensionControl> extensionControls,
org.bouncycastle.asn1.x500.X500Name requestedSubject,
org.bouncycastle.asn1.x500.X500Name grantedSubject,
org.bouncycastle.asn1.x509.Extensions requestedExtensions,
Date notBefore,
Date notAfter,
PublicCaInfo caInfo)
Checks the requested extensions and returns the canonicalized ones.
|
SubjectInfo |
BaseCertprofile.getSubject(org.bouncycastle.asn1.x500.X500Name requestedSubject) |
abstract SubjectInfo |
Certprofile.getSubject(org.bouncycastle.asn1.x500.X500Name requestedSubject)
Checks the requested subject.
|
protected void |
BaseCertprofile.verifySubjectDnOccurence(org.bouncycastle.asn1.x500.X500Name requestedSubject) |
Copyright © 2018. All rights reserved.