pkcs8.asn1

来自「samba最新软件」· ASN1 代码 · 共 31 行

ASN1
31
字号
-- $Id: pkcs8.asn1 16060 2005-09-13 19:41:29Z lha $ --PKCS8 DEFINITIONS ::=BEGINIMPORTS	Attribute, AlgorithmIdentifier FROM rfc2459	heim_any, heim_any_set FROM heim;PKCS8PrivateKeyAlgorithmIdentifier ::= AlgorithmIdentifierPKCS8PrivateKey ::= OCTET STRINGPKCS8Attributes ::= SET OF AttributePKCS8PrivateKeyInfo ::= SEQUENCE {  version INTEGER,  privateKeyAlgorithm PKCS8PrivateKeyAlgorithmIdentifier,  privateKey PKCS8PrivateKey,  attributes [0] IMPLICIT SET OF Attribute OPTIONAL}PKCS8EncryptedData ::= OCTET STRINGPKCS8EncryptedPrivateKeyInfo ::= SEQUENCE {    encryptionAlgorithm AlgorithmIdentifier,    encryptedData PKCS8EncryptedData }END

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?