Class KeyGenerator.Companion.Algorithm

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<JWSAlgorithm> family
      private final KeyType keyType
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<JWSAlgorithm> getFamily()
      final KeyType getKeyType()
      • Methods inherited from class java.lang.Object

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

      • KeyGenerator.Companion.Algorithm

        KeyGenerator.Companion.Algorithm(List<JWSAlgorithm> family, KeyType keyType)