All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hp.jipp.model.JobPasswordEncryption Maven / Gradle / Ivy

// Copyright 2018 HP Development Company, L.P.
// SPDX-License-Identifier: MIT
//
// DO NOT MODIFY. Code is auto-generated by genTypes.py. Content taken from registry at
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2023-03-07
//
// (Note: Uses Java, not Kotlin, to define public static values in the most efficient manner.)

package com.hp.jipp.model;

/**
 * Values applicable for "job-password-encryption" keywords.
 *
 * Also used by: "job-password-encryption-supported".
 *
 * @see IPPWG20140616
 * @see IPPWG20151009
 * @see IPPWG20151009-2015
 * @see IPPWG20160229-1
 * @see PWG5100.11
 */
public class JobPasswordEncryption {
    public static final String md2 = "md2";
    public static final String md4 = "md4";
    public static final String md5 = "md5";
    public static final String none = "none";
    public static final String sha = "sha";
    public static final String sha2_224 = "sha2-224";
    public static final String sha2_256 = "sha2-256";
    public static final String sha2_384 = "sha2-384";
    public static final String sha2_512 = "sha2-512";
    public static final String sha2_512_224 = "sha2-512_224";
    public static final String sha2_512_256 = "sha2-512_256";
    public static final String sha3_224 = "sha3-224";
    public static final String sha3_256 = "sha3-256";
    public static final String sha3_384 = "sha3-384";
    public static final String sha3_512 = "sha3-512";
    public static final String sha3_512_224 = "sha3-512_224";
    public static final String sha3_512_256 = "sha3-512_256";
    public static final String shake128 = "shake-128";
    public static final String shake256 = "shake-256";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy