Virgil Security Crypto library  2.6.3
Public Member Functions | List of all members
virgil::crypto::pfs::VirgilPFSPrivateKey Class Reference

This is model object that handles private key. More...

#include <VirgilPFSPrivateKey.h>

Public Member Functions

 VirgilPFSPrivateKey (VirgilByteArray key=VirgilByteArray(), VirgilByteArray password=VirgilByteArray())
 
bool isEmpty () const
 
const VirgilByteArraygetKey () const
 Getter. More...
 
const VirgilByteArraygetPassword () const
 Getter. More...
 

Detailed Description

This is model object that handles private key.

See also
VirgilPFS

Constructor & Destructor Documentation

virgil::crypto::pfs::VirgilPFSPrivateKey::VirgilPFSPrivateKey ( VirgilByteArray  key = VirgilByteArray(),
VirgilByteArray  password = VirgilByteArray() 
)
explicit
Parameters
key- private key.
password- private key password.

Member Function Documentation

const VirgilByteArray& virgil::crypto::pfs::VirgilPFSPrivateKey::getKey ( ) const

Getter.

See also
VirgilPFSPrivateKey()
const VirgilByteArray& virgil::crypto::pfs::VirgilPFSPrivateKey::getPassword ( ) const

Getter.

See also
VirgilPFSPrivateKey()
bool virgil::crypto::pfs::VirgilPFSPrivateKey::isEmpty ( ) const
Returns
True if underlying key is not defined.

The documentation for this class was generated from the following file: