<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div class="default-style">
   Hi,
  </div>
  <div class="default-style">
   <br>
  </div>
  <div class="default-style">
   I just started the migration from OpenSAML 2 to v3. In v2 we used org.opensaml.xml.security.SecurityConfiguration.getSignatureAlgorithmURI(String) to get the algorithm URI based on java.security.Key.getAlgorithm().
  </div>
  <div class="default-style">
   <br>
  </div>
  <div class="default-style">
   I tried to find a comparable method in v3 but without success. It seems that the algorithm URI is always known while processing. Is it somehow possible to get the algorithm URI based on the 'standard algorithm name' for keys (like "DSA")?
   <div>
    <br>
   </div>
  </div>
  <div class="default-style">
   Thanks,
  </div>
  <div class="default-style">
   Martin
  </div> 
 </body>
</html>