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