securityanddataprivacytools/securitytools/certapp/encdec/certinfo.cpp
branchRCL_3
changeset 70 b38692a04122
parent 8 35751d3474b7
child 95 641f389e9157
equal deleted inserted replaced
63:07c4e3a0535d 70:b38692a04122
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   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 }