Package com.google.crypto.tink.hybrid
Class HpkeProtoSerialization
- java.lang.Object
-
- com.google.crypto.tink.hybrid.HpkeProtoSerialization
-
public final class HpkeProtoSerialization extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregister()Registers previously defined parser/serializer objects into a global, mutable registry.static voidregister(MutableSerializationRegistry registry)Registers previously defined parser/serializer objects into a given registry.
-
-
-
Method Detail
-
register
public static void register() throws java.security.GeneralSecurityExceptionRegisters 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
-
-