Interface KeyUsage.ExtendedKeyUsageOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getClientAuth()
      Corresponds to OID 1.3.6.1.5.5.7.3.2.
      boolean getCodeSigning()
      Corresponds to OID 1.3.6.1.5.5.7.3.3.
      boolean getEmailProtection()
      Corresponds to OID 1.3.6.1.5.5.7.3.4.
      boolean getOcspSigning()
      Corresponds to OID 1.3.6.1.5.5.7.3.9.
      boolean getServerAuth()
      Corresponds to OID 1.3.6.1.5.5.7.3.1.
      boolean getTimeStamping()
      Corresponds to OID 1.3.6.1.5.5.7.3.8.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getServerAuth

        boolean getServerAuth()
         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.
         
        bool server_auth = 1;
        Returns:
        The serverAuth.
      • getClientAuth

        boolean getClientAuth()
         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.
         
        bool client_auth = 2;
        Returns:
        The clientAuth.
      • getCodeSigning

        boolean getCodeSigning()
         Corresponds to OID 1.3.6.1.5.5.7.3.3. Officially described as "Signing of
         downloadable executable code client authentication".
         
        bool code_signing = 3;
        Returns:
        The codeSigning.
      • getEmailProtection

        boolean getEmailProtection()
         Corresponds to OID 1.3.6.1.5.5.7.3.4. Officially described as "Email
         protection".
         
        bool email_protection = 4;
        Returns:
        The emailProtection.
      • getTimeStamping

        boolean getTimeStamping()
         Corresponds to OID 1.3.6.1.5.5.7.3.8. Officially described as "Binding
         the hash of an object to a time".
         
        bool time_stamping = 5;
        Returns:
        The timeStamping.
      • getOcspSigning

        boolean getOcspSigning()
         Corresponds to OID 1.3.6.1.5.5.7.3.9. Officially described as "Signing
         OCSP responses".
         
        bool ocsp_signing = 6;
        Returns:
        The ocspSigning.