public KeyIdentifier createKeyIdentifier(String valueType, String encodingType){
return new KeyIdentifierImpl(valueType, encodingType);
}
public SecurityTokenReference createSecurityTokenReference(Reference ref){
return new SecurityTokenReferenceImpl(ref);
}