Uses of Enum
com.protegrity.ap.java.PTYCharset
-
Uses of PTYCharset in com.protegrity.ap.java
Methods in com.protegrity.ap.java that return PTYCharsetModifier and TypeMethodDescriptionstatic PTYCharsetReturns the enum constant of this type with the specified name.static PTYCharset[]PTYCharset.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.protegrity.ap.java with parameters of type PTYCharsetModifier and TypeMethodDescriptionstatic CharsetPTYCharset.getPTYCharset(PTYCharset... charset) booleanProtector.protect(SessionObject sessionObj, String dataElementName, byte[][] input, byte[][] output, byte[] externalIv, PTYCharset... ptyCharsets) Protect byte using all DE supported (Encryption, NoEncryption and DataType Preservation).booleanProtector.protect(SessionObject sessionObj, String dataElementName, byte[][] input, byte[][] output, PTYCharset... ptyCharsets) Protect byte using all DE supported (Encryption, NoEncryption and DataType Preservation).booleanProtector.reprotect(SessionObject sessionObj, String newDataElementName, String oldDataElementName, byte[][] input, byte[][] output, byte[] newExternalIv, byte[] oldExternalIv, PTYCharset... ptyCharsets) Reprotect byte using all DE supported (Encryption, NoEncryption and DataType Preservation).booleanProtector.reprotect(SessionObject sessionObj, String newDataElementName, String oldDataElementName, byte[][] input, byte[][] output, PTYCharset... ptyCharsets) Reprotect byte using all DE supported (Encryption, NoEncryption and DataType Preservation).booleanProtector.unprotect(SessionObject sessionObj, String dataElementName, byte[][] input, byte[][] output, byte[] externalIv, PTYCharset... ptyCharsets) Unprotect byte using all DE supported (Encryption, NoEncryption and DataType Preservation).booleanProtector.unprotect(SessionObject sessionObj, String dataElementName, byte[][] input, byte[][] output, PTYCharset... ptyCharsets) Unprotect byte using all DE supported (Encryption, NoEncryption and DataType Preservation).