Enumeration (GI Enum)

Gcr-4GcrDataFormat

The various format identifiers.

Index
ALL: -1

Represents all the formats, when enabling or disabling

BASE64_SPKAC: 456

OpenSSL style SPKAC data

DER_CERTIFICATE_X509: 200

DER encoded X.509 certificate

DER_PKCS10: 450

DER encoded PKCS#10 certificate request file

DER_PKCS12: 500

DER encoded PKCS#12 file which can contain certificates and/or keys

DER_PKCS7: 300

DER encoded PKCS#7 container file which can contain certificates

DER_PKCS8: 400

DER encoded PKCS#8 file which can contain a key

DER_PKCS8_ENCRYPTED: 402

Encrypted DER encoded PKCS#8 file which can contain a key

DER_PKCS8_PLAIN: 401

Unencrypted DER encoded PKCS#8 file which can contain a key

DER_PRIVATE_KEY: 100

DER encoded private key

DER_PRIVATE_KEY_DSA: 102

DER encoded DSA private key

DER_PRIVATE_KEY_EC: 103

DER encoded EC private key

DER_PRIVATE_KEY_RSA: 101

DER encoded RSA private key

DER_SPKAC: 455

DER encoded SPKAC as generated by HTML5 keygen element

DER_SUBJECT_PUBLIC_KEY: 150

DER encoded SubjectPublicKeyInfo

INVALID: 0

Not a valid format

OPENPGP_ARMOR: 701

OpenPGP public or private key armor encoded data

OPENPGP_PACKET: 700

OpenPGP key packet(s)

OPENSSH_PUBLIC: 600

OpenSSH v1 or v2 public key

PEM: 1000

An OpenSSL style PEM file with unspecified contents

PEM_CERTIFICATE_X509: 1003

An OpenSSL style PEM file with an X.509 certificate

PEM_PKCS10: 1009

An OpenSSL style PEM file containing PKCS#10

PEM_PKCS12: 1007

An OpenSSL style PEM file containing PKCS#12

PEM_PKCS7: 1004

An OpenSSL style PEM file containing PKCS#7

PEM_PKCS8_ENCRYPTED: 1006

Encrypted OpenSSL style PEM file containing PKCS#8

PEM_PKCS8_PLAIN: 1005

Unencrypted OpenSSL style PEM file containing PKCS#8

PEM_PRIVATE_KEY: 1008

An OpenSSL style PEM file with a private key

PEM_PRIVATE_KEY_DSA: 1002

An OpenSSL style PEM file with a private DSA key

PEM_PRIVATE_KEY_EC: 1010

An OpenSSL style PEM file with a private EC key

PEM_PRIVATE_KEY_RSA: 1001

An OpenSSL style PEM file with a private RSA key

PEM_PUBLIC_KEY: 1011

An OpenSSL style PEM file containing a SubjectPublicKeyInfo