public interface CipherSpecifications
Modifier and Type | Method and Description |
---|---|
String |
getCipherAlgorithmName() |
int |
getIVSize() |
int |
getKeySize() |
int[] |
getSupportedKeySizes() |
boolean |
isSupportedKeySize(int keySize) |
String getCipherAlgorithmName()
int getIVSize()
int getKeySize()
int[] getSupportedKeySizes()
boolean isSupportedKeySize(int keySize)
keySize
- the size in bytes of a proposed key.Copyright © 2004–2017 XWiki. All rights reserved.