public class DynamicBasicConstraintsExtension extends DynamicCertificateExtension
| Constructor and Description |
|---|
DynamicBasicConstraintsExtension()
Create new instance of
DynamicBasicConstraintsExtension. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
existsInCertificate(X509Certificate certificate)
Check if this extension is present in the provided certificate.
|
getCertificateChainSize, withCertificateChainSizeequals, getExtensionOid, getExtensionValue, hashCodepublic DynamicBasicConstraintsExtension()
DynamicBasicConstraintsExtension.public boolean existsInCertificate(X509Certificate certificate)
DynamicBasicConstraintsExtension, check if path length for this extension is less or equal
to the path length, specified in the certificate.existsInCertificate in class CertificateExtensioncertificate - X509Certificate in which this extension shall be presenttrue if this path length is less or equal to a one from the certificate, false otherwiseCopyright © 1998–2024 Apryse Group NV. All rights reserved.