diff -r 07c4e3a0535d -r b38692a04122 securityanddataprivacytools/securitytools/certapp/encdec/certinfo.cpp --- a/securityanddataprivacytools/securitytools/certapp/encdec/certinfo.cpp Tue May 25 14:37:45 2010 +0300 +++ b/securityanddataprivacytools/securitytools/certapp/encdec/certinfo.cpp Wed Jun 09 11:39:05 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" @@ -197,6 +197,11 @@ return (TCertificateFormat)iFormat.Value(); } +TCertificateOwnerType CertInfo::CertificateOwnerType() const +{ + return (TCertificateOwnerType)iCertificateOwnerType.Value(); +} + KeyIdentifierObject &CertInfo::SubjectKeyId() {