Uses of Enum
com.protegrity.ap.java.PTYCharset

  • Uses of PTYCharset in com.protegrity.ap.java

    Methods in com.protegrity.ap.java that return PTYCharset
    Modifier and Type
    Method
    Description
    static PTYCharset
    PTYCharset.valueOf(String name)
    Returns 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 PTYCharset
    Modifier and Type
    Method
    Description
    static Charset
    PTYCharset.getPTYCharset(PTYCharset... charset)
     
    boolean
    Protector.protect(SessionObject sessionObj, String dataElementName, byte[][] input, byte[][] output, byte[] externalIv, PTYCharset... ptyCharsets)
    Protect byte using all DE supported (Encryption, NoEncryption and DataType Preservation).
    boolean
    Protector.protect(SessionObject sessionObj, String dataElementName, byte[][] input, byte[][] output, PTYCharset... ptyCharsets)
    Protect byte using all DE supported (Encryption, NoEncryption and DataType Preservation).
    boolean
    Protector.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).
    boolean
    Protector.reprotect(SessionObject sessionObj, String newDataElementName, String oldDataElementName, byte[][] input, byte[][] output, PTYCharset... ptyCharsets)
    Reprotect byte using all DE supported (Encryption, NoEncryption and DataType Preservation).
    boolean
    Protector.unprotect(SessionObject sessionObj, String dataElementName, byte[][] input, byte[][] output, byte[] externalIv, PTYCharset... ptyCharsets)
    Unprotect byte using all DE supported (Encryption, NoEncryption and DataType Preservation).
    boolean
    Protector.unprotect(SessionObject sessionObj, String dataElementName, byte[][] input, byte[][] output, PTYCharset... ptyCharsets)
    Unprotect byte using all DE supported (Encryption, NoEncryption and DataType Preservation).