Uses of Interface
io.github.xezzon.zeroweb.core.crypto.ASN1PrivateKeyWriter
Packages that use ASN1PrivateKeyWriter
-
Uses of ASN1PrivateKeyWriter in io.github.xezzon.zeroweb.core.crypto
Classes in io.github.xezzon.zeroweb.core.crypto that implement ASN1PrivateKeyWriterModifier and TypeClassDescriptionclassPemClasspathReaderAndWriter 提供了从classpath中读写PEM格式的公钥和私钥文件的功能。Methods in io.github.xezzon.zeroweb.core.crypto with parameters of type ASN1PrivateKeyWriterModifier and TypeMethodDescriptionstatic voidSecretKeyUtil.writePrivateKey(PrivateKey privateKey, ASN1PrivateKeyWriter writer) 将私钥写入到提供的ASN1PrivateKeyWriter中。