Interface Requestor.PasswordRequestor

  • All Superinterfaces:
    Requestor
    Enclosing interface:
    Requestor

    public static interface Requestor.PasswordRequestor
    extends Requestor
    Password-based requestor interface. Used for EST, REST and SCEP gateway.
    Since:
    6.4.0
    Author:
    Lijun Liao (xipki)
    • Method Detail

      • authenticate

        boolean authenticate​(char[] password)
      • authenticate

        boolean authenticate​(byte[] password)