Class StandardCharset


  • public final class StandardCharset
    extends java.lang.Object
    UTF-8 is the standard charset in JOSE. Works around missing StandardCharsets in Android below API level 19.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.nio.charset.Charset UTF_8
      UTF-8
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • UTF_8

        public static final java.nio.charset.Charset UTF_8
        UTF-8