android.content.pm
Class Signature

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

public class Signature
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, 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(String text)
           
 
Method Summary
 int describeContents()
           
 boolean equals(Object obj)
           
 int hashCode()
           
 byte[] toByteArray()
           
 char[] toChars()
           
 char[] toChars(char[] existingArray, int[] outLen)
           
 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(String text)
Method Detail

toChars

public char[] toChars()

toChars

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

toCharsString

public String toCharsString()

toByteArray

public byte[] toByteArray()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class 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-2012. All Rights Reserved.