Class RsaClientCipher

java.lang.Object
com.kheops.util.RsaClientCipher
All Implemented Interfaces:
EncryptionCipher

public class RsaClientCipher extends Object implements EncryptionCipher
  • Constructor Details

    • RsaClientCipher

      public RsaClientCipher(byte[] encodedPublicKey)
      Creates a new cipher client using the specified RSA public key.
      Parameters:
      encodedPublicKey - a RSA public key.
  • Method Details