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

UserAttributeSubpacketTags.java « 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: fc653140a01f589b2741e7dd262ff48f8d012c00 (plain)
1
2
3
4
5
6
7
8
9
package org.spongycastle.bcpg;

/**
 * Basic PGP user attribute sub-packet tag types.
 */
public interface UserAttributeSubpacketTags 
{
    public static final int IMAGE_ATTRIBUTE = 1;
}