FileDocCategorySizeDatePackage
Signature.javaAPI DocAndroid 5.1 API1018Sat Mar 14 14:09:42 GMT 2015android.content.pm

Signature

public class Signature extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public Signature(byte[] signature)

 throw new RuntimeException("Stub!"); 
public Signature(String text)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public byte[]toByteArray()

 throw new RuntimeException("Stub!"); 
public char[]toChars()

 throw new RuntimeException("Stub!"); 
public char[]toChars(char[] existingArray, int[] outLen)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoCharsString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int parcelableFlags)

 throw new RuntimeException("Stub!");