equal
deleted
inserted
replaced
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 } |