Uses of Class
com.zerodeplibs.webpush.key.PrivateKeySources.PEMFileSourceBuilder
-
Packages that use PrivateKeySources.PEMFileSourceBuilder Package Description com.zerodeplibs.webpush.key Provides the classes and interfaces handling cryptographic keys used in Web Push. -
-
Uses of PrivateKeySources.PEMFileSourceBuilder in com.zerodeplibs.webpush.key
Methods in com.zerodeplibs.webpush.key that return PrivateKeySources.PEMFileSourceBuilder Modifier and Type Method Description PrivateKeySources.PEMFileSourceBuilderPrivateKeySources.PEMFileSourceBuilder. charset(Charset charset)Specifies the encoding of the PEM file.static PrivateKeySources.PEMFileSourceBuilderPrivateKeySources. getPEMFileSourceBuilder(Path path)Gets a newPrivateKeySources.PEMFileSourceBuilder.PrivateKeySources.PEMFileSourceBuilderPrivateKeySources.PEMFileSourceBuilder. parser(PEMParser parser)Specifies a parser used to parse the content of the PEM file.
-