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