Package org.bouncycastle.crypto
Interface NativeServiceProvider
- All Known Subinterfaces:
NativeBlockCipherProvider
public interface NativeServiceProvider
-
Method Summary
Modifier and TypeMethodDescriptionReturn the name of the algorithm the provider supports.
-
Method Details
-
getAlgorithmName
String getAlgorithmName()Return the name of the algorithm the provider supports.- Returns:
- the name of the algorithm for the provider.
-