Module crypt.api

Interface Encoding

All Known Implementing Classes:
CertPathEncoding

public interface Encoding
The interface Encoding is for enums that represents an encodings
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The Constant UNKNOWN_ENCODING_NAME is if the encoding name is unknown
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the encoding
  • Field Details

    • UNKNOWN_ENCODING_NAME

      static final String UNKNOWN_ENCODING_NAME
      The Constant UNKNOWN_ENCODING_NAME is if the encoding name is unknown
      See Also:
  • Method Details

    • getEncoding

      String getEncoding()
      Gets the encoding
      Returns:
      the encoding