Class Encrypted


  • public class Encrypted
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and TypeClassDescription
      static class Encrypted.Builder 
    • Constructor Summary

      Constructors 
      ConstructorDescription
      Encrypted​(java.security.PublicKey publicKey, byte[] salt, byte[] ciphertext) 
    • Constructor Detail

      • Encrypted

        public Encrypted​(java.security.PublicKey publicKey,
                         byte[] salt,
                         byte[] ciphertext)
    • Method Detail

      • getPublicKey

        public java.security.PublicKey getPublicKey()
      • getSalt

        public byte[] getSalt()
      • getCiphertext

        public byte[] getCiphertext()