\n
Microsoft Invisible Computing

base64Cypher Concrete Class

Encodes and decodes xsd:base64 data.

Implements ICypher

Subclass of CUnknown

Constructors

PICYPHER base64CypherNew( 
    /*in*/ UINT KeyStrength
)

Basic constructor for all cyphers.

KeyStrength

The length of the key in bits.

Methods

Inherits CUnknown.QueryInterface
Inherits CUnknown.AddRef
Inherits CUnknown.Release
base64CypherGetBlockLengths implements ICypher.GetBlockLengths
Source in base64.c

Returns the cypher's input/output block length.

base64CypherSetKey implements ICypher.SetKey
Source in base64.c

Associate a given key or state vector to this cypher object.

base64CypherCypher implements ICypher.Cypher
Source in base64.c

En/decrypt operations.

UNIMPLEMENTED implements ICypher.GenKey

Create a fresh random key that is suitable to this cypher object.

UNIMPLEMENTED implements ICypher.DeleteKey

Deallocate a key previously created with GenKey of the same cypher object.

©2006 Microsoft Corporation. All rights reserved. Terms of Use Privacy Statement Accessibility End User License Agreement