Language

CertificateType Enum

Definition

public enum CertificateType
type CertificateType = 
Inheritance
CertificateType

Fields

Name Value Description
RawX509 0

Certificate input bytes: the input bytes represent an encoded X.509 Certificate which could be generated using an CertificateFactory

Android reference for android.content.pm.PackageManager.CERT_INPUT_RAW_X509.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Sha256 1

Certificate input bytes: the input bytes represent the SHA256 output of an encoded X.509 Certificate.

Android reference for android.content.pm.PackageManager.CERT_INPUT_SHA256.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to