android.content.pm
Class Signature

java.lang.Object
  extended by android.content.pm.Signature
All Implemented Interfaces:
Parcelable

public class Signature
extends java.lang.Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<Signature> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
Signature(byte[] signature)
           
Signature(java.lang.String text)
           
 
Method Summary
 int describeContents()
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 byte[] toByteArray()
           
 char[] toChars()
           
 char[] toChars(char[] existingArray, int[] outLen)
           
 java.lang.String toCharsString()
           
 void writeToParcel(Parcel dest, int parcelableFlags)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATOR

public static final Parcelable.Creator<Signature> CREATOR
Constructor Detail

Signature

public Signature(byte[] signature)

Signature

public Signature(java.lang.String text)
Method Detail

toChars

public char[] toChars()

toChars

public char[] toChars(char[] existingArray,
                      int[] outLen)

toCharsString

public java.lang.String toCharsString()

toByteArray

public byte[] toByteArray()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel dest,
                          int parcelableFlags)
Specified by:
writeToParcel in interface Parcelable


Copyright © 2008-2010. All Rights Reserved.