public interface AlgorithmDescriptor
| Modifier and Type | Interface and Description |
|---|---|
static class |
AlgorithmDescriptor.AlgorithmType
Algorithm descriptor types.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJCAAlgorithmID()
Get the algorithm's JCA algorithm ID.
|
AlgorithmDescriptor.AlgorithmType |
getType()
Get the algorithm URI's fundamental type.
|
java.lang.String |
getURI()
Get the algorithm's identifying URI.
|
@Nonnull @NotEmpty java.lang.String getURI()
@Nonnull AlgorithmDescriptor.AlgorithmType getType()
AlgorithmDescriptor.AlgorithmType@Nonnull @NotEmpty java.lang.String getJCAAlgorithmID()