| Class | Description |
|---|---|
| Asn1Compatible |
Wrapper on VirgilAsn1Compatible.
|
| Base64 |
This class consists exclusively of static methods for obtaining encoders and
decoders for the Base64 encoding scheme.
|
| ChunkCipher |
This class provides the functionality of a cryptographic cipher for
encryption and decryption by chunks.
|
| Cipher |
This class provides the functionality of a cryptographic cipher for
encryption and decryption.
|
| CipherBase |
This class provides basic functionality of a cryptographic cipher for
encryption and decryption.
|
| CryptoHelper |
This is utils class which covers Virgil Crypto functionality.
|
| CustomParams |
Custom parameters could be added to ciphered data.
|
| Key |
This class stores Key's data.
|
| KeyPair |
This class is a holder for a key pair (a public key and a private key).
|
| KeyPairGenerator |
This class generates key pairs with algorithms supported by Virgil Crypto.
|
| Password |
This class just a holder for password.
|
| PrivateKey |
A private key.
|
| PublicKey |
A public key.
|
| Recipient |
This class represents Recipient.
|
| Signer |
Wrapper on VirgilSigner.
|
| StreamCipher |
This class provides the functionality of a cryptographic cipher for stream
encryption and decryption.
|
| Enum | Description |
|---|---|
| KeyType |
This enum contains key types supported by Virgil Crypto.
|
Copyright © 2016. All rights reserved.