Bouncycastle asn.1

时间:2018-10-05 14:46:58

标签: java bouncycastle asn.1

如何使用Bouncycastle将asn.1文件编译为Java?

PrivateKeyInfo ::= SEQUENCE {
 version Version,
 privateKeyAlgorithm PrivateKeyAlgorithmIdentifier,
 privateKey PrivateKey,
 attributes [0] IMPLICIT Attributes OPTIONAL }
Version ::= INTEGER {v1(0)}
PrivateKeyAlgorithmIdentifier ::= AlgorithmIdentifier
PrivateKey ::= OCTET STRING
Attributes ::= SET OF Attribute

0 个答案:

没有答案