void |
ExtensionValues.addExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
boolean critical,
org.bouncycastle.asn1.ASN1Encodable value) |
|
void |
ExtensionValues.addExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
ExtensionValue value) |
|
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) |
|
java.math.BigInteger |
Certprofile.generateSerialNumber(org.bouncycastle.asn1.x500.X500Name caSubject,
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo caPublicKeyInfo,
org.bouncycastle.asn1.x500.X500Name requestSubject,
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo,
org.xipki.util.ConfPairs caExtraControl) |
Generate Serial Number of the certificate
|
abstract ExtensionValues |
Certprofile.getExtensions(java.util.Map<org.bouncycastle.asn1.ASN1ObjectIdentifier,Certprofile.ExtensionControl> extensionControls,
org.bouncycastle.asn1.x500.X500Name requestedSubject,
org.bouncycastle.asn1.x500.X500Name grantedSubject,
java.util.Map<org.bouncycastle.asn1.ASN1ObjectIdentifier,org.bouncycastle.asn1.x509.Extension> requestedExtensions,
java.time.Instant notBefore,
java.time.Instant notAfter,
PublicCaInfo caInfo) |
Checks the requested extensions and returns the canonicalized ones.
|
Certprofile.SubjectInfo |
BaseCertprofile.getSubject(org.bouncycastle.asn1.x500.X500Name requestedSubject) |
|
Certprofile.SubjectInfo |
BaseCertprofile.getSubject(org.bouncycastle.asn1.x500.X500Name requestedSubject,
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo) |
|
abstract Certprofile.SubjectInfo |
Certprofile.getSubject(org.bouncycastle.asn1.x500.X500Name requestedSubject) |
Checks the requested subject.
|
Certprofile.SubjectInfo |
Certprofile.getSubject(org.bouncycastle.asn1.x500.X500Name requestedSubject,
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo) |
Checks the requested subject.
|
org.bouncycastle.asn1.x509.SubjectKeyIdentifier |
Certprofile.getSubjectKeyIdentifier(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo subjectPublicKeyInfo) |
|
abstract void |
Certprofile.initialize(java.lang.String data) |
Initializes this object.
|