📄 pkcs8.asn1
字号:
-- $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -