Uses of Interface
io.github.xezzon.zeroweb.core.crypto.ASN1PublicKeyReader
Packages that use ASN1PublicKeyReader
-
Uses of ASN1PublicKeyReader in io.github.xezzon.zeroweb.core.crypto
Classes in io.github.xezzon.zeroweb.core.crypto that implement ASN1PublicKeyReaderModifier and TypeClassDescriptionclass从 Base64 编码的 DER 字符串中读取 ASN.1 公钥。classPemClasspathReaderAndWriter 提供了从classpath中读写PEM格式的公钥和私钥文件的功能。Methods in io.github.xezzon.zeroweb.core.crypto with parameters of type ASN1PublicKeyReaderModifier and TypeMethodDescriptionstatic PublicKeySecretKeyUtil.readPublicKey(ASN1PublicKeyReader reader) 从提供的ASN1PublicKeyReader中读取公钥。