Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NameType.java « tls « crypto « bouncycastle « org « java « main « src « core - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b0cd1b9f7819c23ee8f733e9a258e3f04e032d7 (plain)
1
2
3
4
5
6
7
8
9
package org.bouncycastle.crypto.tls;

public class NameType
{
    /*
     * RFC 3546 3.1.
     */
    public static final short host_name = 0;
}