Class CertificateAuthorityIssuanceRule


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20210224")
    public final class CertificateAuthorityIssuanceRule
    extends CertificateAuthorityRule
    Issuance rules apply constraints to a certificate authority (CA) to enforce certain conditions regarding the resources it issues.

    For example, a path length constraint restricts how many subordinate CAs a CA can have. Or, a name constraint on certificate subject names specifies allowable namespaces for the hierarchical name forms in certificates that any CA in the certificate chain issues. You can’t update the issuance rules configured for a CA after you create it.
    Note: Objects should always be created or deserialized using the CertificateAuthorityIssuanceRule.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the CertificateAuthorityIssuanceRule.Builder, which maintain a set of all explicitly set fields called CertificateAuthorityIssuanceRule.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).