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

RevocationKeyTags.java « sig « bcpg « spongycastle « org « java « main « src « pg - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 294fdd34ea42f31a27137fea1743c19d2dd3cf37 (plain)
1
2
3
4
5
6
7
8
package org.spongycastle.bcpg.sig;

public interface RevocationKeyTags
{
    public static final byte CLASS_DEFAULT = (byte)0x80;
    public static final byte CLASS_SENSITIVE = (byte)0x40;

}