public abstract class AbstractSecurityAlgorithm extends Object implements CryptoAlgorithm
CryptoAlgorithm.| Constructor and Description |
|---|
AbstractSecurityAlgorithm()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected RuntimeException |
creationFailedException(Exception cause,
Class<?> objectType) |
static RuntimeException |
creationFailedException(Exception cause,
Class<?> objectType,
String variant) |
protected RuntimeException |
creationFailedException(Exception cause,
String objectType) |
static RuntimeException |
creationFailedException(Exception cause,
String objectType,
String variant) |
protected static String |
getAlgorithm(CryptoAlgorithm[] algorithms) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAlgorithmprotected static String getAlgorithm(CryptoAlgorithm[] algorithms)
algorithms - the combined algorithms.String.CryptoAlgorithm.getAlgorithm()protected RuntimeException creationFailedException(Exception cause, Class<?> objectType)
cause - the cause of the error.objectType - the type of the object that could not be created.RuntimeException.protected RuntimeException creationFailedException(Exception cause, String objectType)
cause - the cause of the error.objectType - the type of the object that could not be created.RuntimeException.public static RuntimeException creationFailedException(Exception cause, Class<?> objectType, String variant)
cause - the cause of the error.objectType - the type of the object that could not be created.variant - the algorithm or type.RuntimeException.public static RuntimeException creationFailedException(Exception cause, String objectType, String variant)
cause - the cause of the error.objectType - the type of the object that could not be created.variant - the algorithm or type.RuntimeException.Copyright © 2001–2019 mmm-Team. All rights reserved.