Class Ed25519ProtoSerialization

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void register()
      Registers previously defined parser/serializer objects into a global, mutable registry.
      static void register​(MutableSerializationRegistry registry)
      Registers previously defined parser/serializer objects into a given registry.
      • Methods inherited from class java.lang.Object

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

      • register

        public static void register()
                             throws java.security.GeneralSecurityException
        Registers previously defined parser/serializer objects into a global, mutable registry. Registration is public to enable custom configurations.
        Throws:
        java.security.GeneralSecurityException
      • register

        public static void register​(MutableSerializationRegistry registry)
                             throws java.security.GeneralSecurityException
        Registers previously defined parser/serializer objects into a given registry.
        Throws:
        java.security.GeneralSecurityException