public static enum IPRCrypto.CryptoPrefix extends java.lang.Enum<IPRCrypto.CryptoPrefix>
Enum Constant and Description |
---|
AWS_KMS |
CIPHER_DEFAULT |
CIPHER_INTERNAL |
SITE_SPECIFIC |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrefix() |
static boolean |
isEncrypted(java.lang.String aValue) |
static IPRCrypto.CryptoPrefix |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPRCrypto.CryptoPrefix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPRCrypto.CryptoPrefix SITE_SPECIFIC
public static final IPRCrypto.CryptoPrefix CIPHER_DEFAULT
public static final IPRCrypto.CryptoPrefix AWS_KMS
public static final IPRCrypto.CryptoPrefix CIPHER_INTERNAL
public static IPRCrypto.CryptoPrefix[] values()
for (IPRCrypto.CryptoPrefix c : IPRCrypto.CryptoPrefix.values()) System.out.println(c);
public static IPRCrypto.CryptoPrefix valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getPrefix()
public static boolean isEncrypted(java.lang.String aValue)
Copyright © 2018 Pegasystems Inc. All Rights Reserved.