Update talk to 54527154.
TBR=wu Review URL: https://webrtc-codereview.appspot.com/2389004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4954 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -76,6 +76,10 @@ class SSLCertificate {
|
||||
// Provides a DER encoded binary representation of the certificate.
|
||||
virtual void ToDER(Buffer* der_buffer) const = 0;
|
||||
|
||||
// Gets the name of the digest algorithm that was used to compute this
|
||||
// certificate's signature.
|
||||
virtual bool GetSignatureDigestAlgorithm(std::string* algorithm) const = 0;
|
||||
|
||||
// Compute the digest of the certificate given algorithm
|
||||
virtual bool ComputeDigest(const std::string &algorithm,
|
||||
unsigned char* digest, std::size_t size,
|
||||
|
Reference in New Issue
Block a user