Interface CertificateCompressionAlgorithm


public interface CertificateCompressionAlgorithm
Represents an algorithm that can compress and decompress SSL certificates.

This feature is defined in RFC 8879 as an optional extension to TLS 1.3 and later.

  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the unique identifier for this algorithm.
  • Method Details

    • algorithmId

      int algorithmId()
      Get the unique identifier for this algorithm.

      RFC 8879 defines unique identifiers for each algorithm type and the returned value must reflect those defined in the RFC.

      Returns:
      the unique identifier for this algorithm.