Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/crypto/asymmetric_keys/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 744 B image not shown  

Quelle  pkcs8.asn1   Sprache: unbekannt

 
-- SPDX-License-Identifier: BSD-3-Clause
--
-- Copyright (C) 2010 IETF Trust and the persons identified as authors
-- of the code
--
-- https://www.rfc-editor.org/rfc/rfc5958#section-2
--
-- This is the unencrypted variant
--
PrivateKeyInfo ::= SEQUENCE {
 version   Version,
 privateKeyAlgorithm PrivateKeyAlgorithmIdentifier,
 privateKey  PrivateKey,
 attributes  [0] IMPLICIT Attributes OPTIONAL
}

Version ::= INTEGER  ({ pkcs8_note_version })

PrivateKeyAlgorithmIdentifier ::= AlgorithmIdentifier ({ pkcs8_note_algo })

PrivateKey ::= OCTET STRING ({ pkcs8_note_key })

Attributes ::= SET OF Attribute

Attribute ::= ANY

AlgorithmIdentifier ::= SEQUENCE {
 algorithm   OBJECT IDENTIFIER ({ pkcs8_note_OID }),
 parameters  ANY OPTIONAL
}

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]