Package org.radarbase.auth.jwks
Object PEMCertificateParser.Companion
-
- All Implemented Interfaces:
public class PEMCertificateParser.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static PEMCertificateParser.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends PublicKey> T
parsePublicKey(String $self, String keyFactoryType)
Parse a public key in PEM format. -
-
Method Detail
-
parsePublicKey
final <T extends PublicKey> T parsePublicKey(String $self, String keyFactoryType)
Parse a public key in PEM format.
-
-
-
-