Package org.bouncycastle.crypto
Class CryptoServicePurpose
- java.lang.Object
-
- org.bouncycastle.crypto.CryptoServicePurpose
-
public final class CryptoServicePurpose extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static CryptoServicePurpose
AGREEMENT
static CryptoServicePurpose
ANY
static CryptoServicePurpose
AUTHENTICATION
static CryptoServicePurpose
DECRYPTION
static CryptoServicePurpose
ENCRYPTION
static CryptoServicePurpose
KEYGEN
static CryptoServicePurpose
PRF
static CryptoServicePurpose
SIGNING
static CryptoServicePurpose
VERIFICATION
static CryptoServicePurpose
VERIFYING
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
ordinal()
static CryptoServicePurpose[]
values()
-
-
-
Field Detail
-
AGREEMENT
public static final CryptoServicePurpose AGREEMENT
-
ENCRYPTION
public static final CryptoServicePurpose ENCRYPTION
-
DECRYPTION
public static final CryptoServicePurpose DECRYPTION
-
KEYGEN
public static final CryptoServicePurpose KEYGEN
-
SIGNING
public static final CryptoServicePurpose SIGNING
-
VERIFYING
public static final CryptoServicePurpose VERIFYING
-
AUTHENTICATION
public static final CryptoServicePurpose AUTHENTICATION
-
VERIFICATION
public static final CryptoServicePurpose VERIFICATION
-
PRF
public static final CryptoServicePurpose PRF
-
ANY
public static final CryptoServicePurpose ANY
-
-
Method Detail
-
ordinal
public int ordinal()
-
values
public static CryptoServicePurpose[] values()
-
-