Android.Content.PM.Signature Members

The members of Android.Content.PM.Signature are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create Signature from an existing raw byte array.
Create Signature from a text representation previously returned by Signature.ToChars or Signature.ToCharsString.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.