Uses of Interface
io.github.xezzon.zeroweb.core.crypto.ASN1PrivateKeyReader
Packages that use ASN1PrivateKeyReader
-
Uses of ASN1PrivateKeyReader in io.github.xezzon.zeroweb.core.crypto
Classes in io.github.xezzon.zeroweb.core.crypto that implement ASN1PrivateKeyReaderModifier and TypeClassDescriptionclassPemClasspathReaderAndWriter 提供了从classpath中读写PEM格式的公钥和私钥文件的功能。Methods in io.github.xezzon.zeroweb.core.crypto with parameters of type ASN1PrivateKeyReaderModifier and TypeMethodDescriptionstatic PrivateKeySecretKeyUtil.readPrivateKey(ASN1PrivateKeyReader reader) 从提供的ASN1PrivateKeyReader中读取私钥。