Example usage for Java android.content.pm Signature fields, constructors, methods, implement or subclass
The text is from its open source code.
Signature(byte[] signature) Create Signature from an existing raw byte array. | |
Signature(Certificate[] certificateChain) Create signature from a certificate chain. | |
Signature(String text) Create Signature from a text representation previously returned by #toChars or #toCharsString() . | |
Signature(Parcel source) |
boolean | areExactMatch(Signature[] a, Signature[] b) Test if given Signature sets are exactly equal. |
int | hashCode() |
byte[] | toByteArray() |
String | toCharsString() Return the result of #toChars() as a String. |