Table of Contents

Class UrlBase64

Namespace
Org.BouncyCastle.Utilities.Encoders
Assembly
BouncyCastle.Cryptography.dll
public class UrlBase64
Inheritance
UrlBase64
Inherited Members

Methods

Decode(byte[])

public static byte[] Decode(byte[] data)

Parameters

data byte[]

Returns

byte[]

Decode(byte[], Stream)

public static int Decode(byte[] data, Stream outStr)

Parameters

data byte[]
outStr Stream

Returns

int

Decode(string)

public static byte[] Decode(string data)

Parameters

data string

Returns

byte[]

Decode(string, Stream)

public static int Decode(string data, Stream outStr)

Parameters

data string
outStr Stream

Returns

int

Encode(byte[])

public static byte[] Encode(byte[] data)

Parameters

data byte[]

Returns

byte[]

Encode(byte[], Stream)

public static int Encode(byte[] data, Stream outStr)

Parameters

data byte[]
outStr Stream

Returns

int