Class CertificateConfigX509ConfigKeyUsageExtendedKeyUsage


  • public final class CertificateConfigX509ConfigKeyUsageExtendedKeyUsage
    extends java.lang.Object
    • Method Detail

      • clientAuth

        public java.util.Optional<java.lang.Boolean> clientAuth()
        Returns:
        Corresponds to OID 1.3.6.1.5.5.7.3.2. Officially described as "TLS WWW client authentication", though regularly used for non-WWW TLS.
      • codeSigning

        public java.util.Optional<java.lang.Boolean> codeSigning()
        Returns:
        Corresponds to OID 1.3.6.1.5.5.7.3.3. Officially described as "Signing of downloadable executable code client authentication".
      • emailProtection

        public java.util.Optional<java.lang.Boolean> emailProtection()
        Returns:
        Corresponds to OID 1.3.6.1.5.5.7.3.4. Officially described as "Email protection".
      • ocspSigning

        public java.util.Optional<java.lang.Boolean> ocspSigning()
        Returns:
        Corresponds to OID 1.3.6.1.5.5.7.3.9. Officially described as "Signing OCSP responses".
      • serverAuth

        public java.util.Optional<java.lang.Boolean> serverAuth()
        Returns:
        Corresponds to OID 1.3.6.1.5.5.7.3.1. Officially described as "TLS WWW server authentication", though regularly used for non-WWW TLS.
      • timeStamping

        public java.util.Optional<java.lang.Boolean> timeStamping()
        Returns:
        Corresponds to OID 1.3.6.1.5.5.7.3.8. Officially described as "Binding the hash of an object to a time".