diff --git a/org.jcryptool.crypto.keystore/src/org/jcryptool/crypto/keystore/backend/KeyStoreAlias.java b/org.jcryptool.crypto.keystore/src/org/jcryptool/crypto/keystore/backend/KeyStoreAlias.java index 0619d8ddc2..ffafeac203 100644 --- a/org.jcryptool.crypto.keystore/src/org/jcryptool/crypto/keystore/backend/KeyStoreAlias.java +++ b/org.jcryptool.crypto.keystore/src/org/jcryptool/crypto/keystore/backend/KeyStoreAlias.java @@ -15,7 +15,7 @@ import org.jcryptool.crypto.keystore.keys.KeyType; /** - * ;;;;;< HashValue> + * EncodedContactName;KeyStoreEntryType;Operation;KeyLength;Provider;HashValue * * @author tkern * @@ -30,6 +30,17 @@ public class KeyStoreAlias implements IKeyStoreAlias { private boolean valid = false; private String hashValue; private String className; + + + /** + * + * @param contactName + * @param keyType + * @param opName + * @param keyLength + * @param hashValue + * @param className + */ public KeyStoreAlias(String contactName, KeyType keyType, String opName, int keyLength, String hashValue, String className) { this.encodedContactName = encode(contactName);