securityanddataprivacytools/securitytools/certapp/encdec/certinfo.cpp
changeset 80 b4bf7a662141
parent 8 35751d3474b7
equal deleted inserted replaced
71:dd83586b62d6 80:b4bf7a662141
   195 TCertificateFormat CertInfo::CertificateFormat() const
   195 TCertificateFormat CertInfo::CertificateFormat() const
   196 {
   196 {
   197 	return (TCertificateFormat)iFormat.Value();
   197 	return (TCertificateFormat)iFormat.Value();
   198 }
   198 }
   199 
   199 
       
   200 TCertificateOwnerType CertInfo::CertificateOwnerType() const
       
   201 {
       
   202 	return (TCertificateOwnerType)iCertificateOwnerType.Value();
       
   203 }
       
   204 
   200 
   205 
   201 KeyIdentifierObject &CertInfo::SubjectKeyId()
   206 KeyIdentifierObject &CertInfo::SubjectKeyId()
   202 {
   207 {
   203 	return iSubjectKeyId.Value();
   208 	return iSubjectKeyId.Value();
   204 }
   209 }