org.bouncycastle.crypto
Class CryptoServicePurpose
java.lang.Object
|
+--org.bouncycastle.crypto.CryptoServicePurpose
- public final class CryptoServicePurpose
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ordinal
public int ordinal()
values
public static CryptoServicePurpose[] values()