Class WrappedHybridEncrypt


  • public final class WrappedHybridEncrypt
    extends java.lang.Object
    The implementation of PrimitiveWrapper<HybridEncrypt>.

    The returned primitive works with a keyset (rather than a single key). To encrypt a plaintext, it uses the primary key in the keyset, and prepends to the ciphertext a certain prefix associated with the primary key.