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

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

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