Searched refs:PrivateKeyInfoCodec (Results 1 – 3 of 3) sorted by relevance
47 const uint8 PrivateKeyInfoCodec::kRsaAlgorithmIdentifier[] = {52 PrivateKeyInfoCodec::PrivateKeyInfoCodec(bool big_endian) in PrivateKeyInfoCodec() function in crypto::PrivateKeyInfoCodec55 PrivateKeyInfoCodec::~PrivateKeyInfoCodec() {} in ~PrivateKeyInfoCodec()57 bool PrivateKeyInfoCodec::Export(std::vector<uint8>* output) { in Export()89 bool PrivateKeyInfoCodec::ExportPublicKeyInfo(std::vector<uint8>* output) { in ExportPublicKeyInfo()114 bool PrivateKeyInfoCodec::ExportPublicKey(std::vector<uint8>* output) { in ExportPublicKey()130 bool PrivateKeyInfoCodec::Import(const std::vector<uint8>& input) { in Import()167 void PrivateKeyInfoCodec::PrependInteger(const std::vector<uint8>& in, in PrependInteger()174 void PrivateKeyInfoCodec::PrependInteger(uint8* val, in PrependInteger()180 void PrivateKeyInfoCodec::PrependIntegerImpl(uint8* val, in PrependIntegerImpl()[all …]
35 class PrivateKeyInfoCodec {52 explicit PrivateKeyInfoCodec(bool big_endian);54 ~PrivateKeyInfoCodec();164 DISALLOW_COPY_AND_ASSIGN(PrivateKeyInfoCodec);
208 PrivateKeyInfoCodec private_key_info(true); in ExportPrivateKey()