what-the-bank/sources/org/bouncycastle/crypto/tls/PRFAlgorithm.java

9 lines
244 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package org.bouncycastle.crypto.tls;
/* loaded from: classes6.dex */
public class PRFAlgorithm {
public static final int tls_prf_legacy = 0;
public static final int tls_prf_sha256 = 1;
public static final int tls_prf_sha384 = 2;
}