Android.Content.PM.Signature: Method Members

The methods of Android.Content.PM.Signature are listed below. For a list of all members, see the Signature Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
ToByteArray() : byte[]
ToChars() : char[]
Encode the Signature as ASCII text.
ToChars(char[], int[]) : char[]
Encode the Signature as ASCII text in to an existing array.
ToCharsString() : string
Return the result of Signature.ToChars as a String.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.