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 CryptoServicePurposeAGREEMENTstatic CryptoServicePurposeANYstatic CryptoServicePurposeAUTHENTICATIONstatic CryptoServicePurposeDECRYPTIONstatic CryptoServicePurposeENCRYPTIONstatic CryptoServicePurposeKEYGENstatic CryptoServicePurposePRFstatic CryptoServicePurposeSIGNINGstatic CryptoServicePurposeVERIFICATIONstatic CryptoServicePurposeVERIFYING
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intordinal()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()
-
-