我目前使用bouncy castle生成RSA密钥对并将其导出到文件中。目前,密钥以DER格式导出。我想知道是否可以用.PEM格式导出它们。
答案 0 :(得分:3)
根据您的代码(您未展示的代码),只需使用PemWriter即可。
public class PEMWriter
extends org.bouncycastle.util.io.pem.PemWriter
或者用
转换到外面 openssl x509 inform=DER in=in.der outform=PEM out=out.pem