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

ChangeCipherSpec.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: a858dedac0789ea734dcd30c47bf1d5df299fe44 (plain)
1
2
3
4
5
6
package org.bouncycastle.crypto.tls;

public class ChangeCipherSpec
{
    public static final short change_cipher_spec = 1;
}