object EncryptedView extends Serializable
- Alphabetic
- By Inheritance
- EncryptedView
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class CompressedView[+V <: HasVersionedToByteString] extends HasVersionedToByteString with NoCopy with Product with Serializable
Wrapper class to compress the view before encrypting it.
Wrapper class to compress the view before encrypting it.
This class's methods are essentially private to EncryptedView because compression is in theory non-deterministic (the gzip format can store a timestamp that is ignored by decryption) and we want to avoid that this is applied to com.digitalasset.canton.serialization.HasCryptographicEvidence instances.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[VT <: ViewType](aViewType: VT)(aViewTree: Encrypted[CompressedView[EncryptedView.apply.VT.View]]): EncryptedView[VT]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compressed[VT <: ViewType](encryptionOps: EncryptionOps, secureRandomness: SecureRandomness, aViewType: VT, version: ProtocolVersion)(aViewTree: EncryptedView.compressed.VT.View): Either[EncryptionError, EncryptedView[VT]]
- def decrypt[VT <: ViewType](encryptionOps: EncryptionOps, symmetricKey: SecureRandomness, encrypted: EncryptedView[VT])(deserialize: (ByteString) => Either[DeserializationError, EncryptedView.decrypt.VT.View]): Either[DecryptionError, EncryptedView.decrypt.VT.View]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object CompressedView extends Serializable