public static class PbeAlgorithmParser.ParsedAlgorithm extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
cipherAlgorithm |
boolean |
isFullTransformation |
String |
kdfAlgorithm |
int |
keyLength |
String |
original |
boolean |
sunStyleTransformation |
String |
transformation |
String |
transformationString |
| Constructor and Description |
|---|
ParsedAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
int |
getKeyLength() |
boolean |
isSunStyleTransformation() |
public String original
public String transformation
public String kdfAlgorithm
public String cipherAlgorithm
public int keyLength
public boolean sunStyleTransformation
public boolean isFullTransformation
public String transformationString
Copyright © 2025 MuleSoft, Inc.. All rights reserved.