securityanddataprivacytools/securitytools/certapp/encdec/x509utils.h
changeset 65 970c0057d9bc
parent 8 35751d3474b7
equal deleted inserted replaced
60:11c66574c2a2 65:970c0057d9bc
    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