public class SignatureAlgorithmList extends Object
| Constructor and Description |
|---|
SignatureAlgorithmList() |
| Modifier and Type | Method and Description |
|---|---|
static SignatureAlgorithmInterface |
getAlgorithm(String name)
Get algorithm from list by name
|
static LinkedList<SignatureAlgorithmInterface> |
getList()
Get algorithm list (initialize first if necessary)
|
public static LinkedList<SignatureAlgorithmInterface> getList()
public static SignatureAlgorithmInterface getAlgorithm(String name) throws Exception
name - name of signature algorithmException - if algorithm with specified name has not been foundCopyright © 2018. All rights reserved.