Package totalcross.crypto.cipher
Class Key
- java.lang.Object
-
- totalcross.crypto.cipher.Key
-
- Direct Known Subclasses:
AESKey,RSAPrivateKey,RSAPublicKey
public abstract class Key extends java.lang.ObjectThis class defines a cryptographic cipher key for type safety.
-
-
Constructor Summary
Constructors Constructor Description Key()
-