public interface CipherInformation extends AlgorithmNameProvider, KeySizeIndicator
Modifier and Type | Method and Description |
---|---|
int |
getCipherBlockSize() |
int |
getIVSize() |
int |
getKdfSize() |
String |
getTransformation() |
getAlgorithm
getKeySize
String getTransformation()
int getIVSize()
int getCipherBlockSize()
int getKdfSize()
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.