Class ExtendedKeyUsageExtension

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static OID EXTENDED_KEY_USAGE_OID
      The OID (2.5.29.37) for extended key usage extensions.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExtensionName()
      Retrieves the name for this extension.
      java.util.Set<OID> getKeyPurposeIDs()
      Retrieves the OIDs of the key purpose values contained in this extension.
      void toString​(java.lang.StringBuilder buffer)
      Appends a string representation of this certificate extension to the provided buffer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getKeyPurposeIDs

        @NotNull
        public java.util.Set<OIDgetKeyPurposeIDs()
        Retrieves the OIDs of the key purpose values contained in this extension. Some, all, or none of the OIDs contained in this extension may correspond to values in the ExtendedKeyUsageID enumeration.
        Returns:
        The OIDs of the key purpose values contained in this extension.
      • toString

        public void toString​(@NotNull
                             java.lang.StringBuilder buffer)
        Appends a string representation of this certificate extension to the provided buffer.
        Overrides:
        toString in class X509CertificateExtension
        Parameters:
        buffer - The buffer to which the information should be appended.