Interface SignatureAlgorithmIdentifierFinder
- 
                    
                    
- All Implemented Interfaces:
 
public interface SignatureAlgorithmIdentifierFinder 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description abstract AlgorithmIdentifierfind(String sigAlgName)Find the signature algorithm identifier that matches with the passed in signature algorithm name. - 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
find
abstract AlgorithmIdentifier find(String sigAlgName)
Find the signature algorithm identifier that matches with the passed in signature algorithm name.
- Parameters:
 sigAlgName- the name of the signature algorithm of interest.- Returns:
 an algorithm identifier for the corresponding signature.
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -