Java android.content.pm Signature fields, constructors, methods, implement or subclass

Example usage for Java android.content.pm Signature fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content.pm Signature.

The text is from its open source code.

Constructor

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)

Method

booleanareExactMatch(Signature[] a, Signature[] b)
Test if given Signature sets are exactly equal.
inthashCode()
byte[]toByteArray()
StringtoCharsString()
Return the result of #toChars() as a String.