Auf Thema antworten

Die Objektvariante:


[CODE=java]package com.crypt;


public class Crypted {

  private final String ENCRYPTED;

  private final String KEY;


  public void setKey(String key) {

    this.KEY = Key;

  }


  public String getKey() {

    return this.KEY;

  }


  public void setEncrypted(String encrypted) {

    this.ENCRYPTED = encrypted;

  }


  public String getEncrypted() {

    return THIS.UNENCRYPTED;

  }

}

[/CODE]



Oben