Creates a new instance of KeyStore
super(name,nestedAssertions,nestedAlternative);
return this.getAttributeValue(alias);
return this.getAttributeValue(aliasSelector);
return this.getAttributeValue(keypass);
return this.getAttributeValue(loc);
if(password == null){ String val = this.getAttributeValue(passwd); if(val != null){ password = val.toCharArray(); } } return password;
return this.getAttributeValue(type);