public class NotaryKeyModule
extends com.fasterxml.jackson.databind.module.SimpleModule
| Constructor and Description |
|---|
NotaryKeyModule()
This default constructor adds serializers and deserializers for the public and private keys
that make up a notary key.
|
NotaryKeyModule(char[] password)
This constructor adds serializers and deserializers for the public and private keys
that make up a notary key.
|
addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getModuleName, getTypeId, registerSubtypes, registerSubtypes, setAbstractTypes, setDeserializerModifier, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setNamingStrategy, setSerializerModifier, setSerializers, setupModule, setValueInstantiators, versionpublic NotaryKeyModule()
public NotaryKeyModule(char[] password)
password - The password to be used to encrypt the private key.Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.