omadrm/drmengine/dm/inc/b64.h
changeset 0 95b198f216e5
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  This class implements the base64 en/decoding.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __BASE64_H_
       
    20 #define __BASE64_H_
       
    21 
       
    22 TInt b64decode(TUint8 *source, TUint32 length, TUint8 *destination, TUint32 *destination_length);
       
    23 
       
    24 #endif // __BASE64_H_
       
    25 // End of File