securityanddataprivacytools/securitytools/certapp/encdec/x509utils.h
changeset 80 b4bf7a662141
parent 8 35751d3474b7
equal deleted inserted replaced
71:dd83586b62d6 80:b4bf7a662141
    69    If ok return true.
    69    If ok return true.
    70 
    70 
    71    If the certificate is invalid then exit the program with an error message!
    71    If the certificate is invalid then exit the program with an error message!
    72  */
    72  */
    73 bool X509SubjectKeyId(EUseCertificateExtension aUseExtension, bool aUseRfc3280Algorithm,
    73 bool X509SubjectKeyId(EUseCertificateExtension aUseExtension, bool aUseRfc3280Algorithm,
    74 					  const std::string &aCert, 
    74 					  bool aIsCa, const std::string &aCert, 
    75 					  std::string &aSubject, TKeyIdentifier &aSubjectKeyId);
    75 					  std::string &aSubject, TKeyIdentifier &aSubjectKeyId);
    76 
    76 
    77 /**
    77 /**
    78    Get the issuer key id from the certificate authority key id extension.
    78    Get the issuer key id from the certificate authority key id extension.
    79 
    79