Exemplo n.º 1
0
 public void setCipherparams(Cipherparams cipherparams)
 {
     this.cipherparams = cipherparams;
 }
Exemplo n.º 2
0
 public Crypto(String cipher, String ciphertext, Cipherparams cipherparams)
 {
     this.cipher       = cipher;
     this.ciphertext   = ciphertext;
     this.cipherparams = cipherparams;
 }