SecureJSON
1.1.0
  • Introduction
  • License
  • Contributing
  • Javadoc
    • com.chelseaurquhart.securejson
      • EncodingAwareCharacterIterator.Encoding
      • HugeDecimal
      • IConsumer
      • IFunction
      • IJSONAware
      • IJSONDeserializeAware
      • IJSONSerializeAware
      • IThrowableConsumer
      • IThrowableFunction
      • IWritableCharSequence
      • JSONDecodeException
      • JSONDecodeException.EmptyJSONException
      • JSONDecodeException.ExtraCharactersException
      • JSONDecodeException.InvalidTokenException
      • JSONDecodeException.MalformedJSONException
      • JSONDecodeException.MalformedListException
      • JSONDecodeException.MalformedMapException
      • JSONDecodeException.MalformedNumberException
      • JSONDecodeException.MalformedStringException
      • JSONDecodeException.MalformedUnicodeValueException
      • JSONEncodeException
      • JSONEncodeException.InvalidTypeException
      • JSONException
      • JSONReader.Builder
      • JSONReader.ContainerStack
      • JSONReader.IContainer
      • ListReader.Container
      • MapReader.Container
      • NotImplementedException
      • ObjectReader.IdentityHashSet
      • Objects
      • Relativity
      • SecureJSON
      • SecureJSON.Builder
      • Serialize
SecureJSON
  • Docs »
  • Javadoc »
  • com.chelseaurquhart.securejson

com.chelseaurquhart.securejsonΒΆ

Classes to securely translate to and from JSON by avoiding the use of strings which are too long-lived in memory, and ensuring that the buffers that are potentially storing sensitive information are immediately erased after consumption.

author:Chelsea Urquhart
  • EncodingAwareCharacterIterator.Encoding
  • HugeDecimal
  • IConsumer
  • IFunction
  • IJSONAware
  • IJSONDeserializeAware
  • IJSONSerializeAware
  • IThrowableConsumer
  • IThrowableFunction
  • IWritableCharSequence
  • JSONDecodeException
  • JSONDecodeException.EmptyJSONException
  • JSONDecodeException.ExtraCharactersException
  • JSONDecodeException.InvalidTokenException
  • JSONDecodeException.MalformedJSONException
  • JSONDecodeException.MalformedListException
  • JSONDecodeException.MalformedMapException
  • JSONDecodeException.MalformedNumberException
  • JSONDecodeException.MalformedStringException
  • JSONDecodeException.MalformedUnicodeValueException
  • JSONEncodeException
  • JSONEncodeException.InvalidTypeException
  • JSONException
  • JSONReader.Builder
  • JSONReader.ContainerStack
  • JSONReader.IContainer
  • ListReader.Container
  • MapReader.Container
  • NotImplementedException
  • ObjectReader.IdentityHashSet
  • Objects
  • Relativity
  • SecureJSON
  • SecureJSON.Builder
  • Serialize
Next Previous

© Copyright 2018, Chelsea Urquhart Revision 8eddb5b8.

Built with Sphinx using a theme provided by Read the Docs.