public class CryptoUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
private static String[] |
standardCryptoTransformations
Required Cipher transformations according to Java SE 8
Cipher docs |
| Constructor and Description |
|---|
CryptoUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
isCryptoRestricted()
Check if cryptographic strength available in this Java Runtime is restricted.
|
public static Boolean isCryptoRestricted()
Copyright © 2018 Apache NiFi Project. All rights reserved.