static PrivateKeySource |
PrivateKeySources.ofPEMFile(Path path,
PEMParser parser) |
Creates a new PrivateKeySource with the PEM formatted file specified
by the given path.
|
static PublicKeySource |
PublicKeySources.ofPEMFile(Path path,
PEMParser parser) |
Creates a new PublicKeySource with the PEM formatted file specified
by the given path.
|
static PrivateKeySource |
PrivateKeySources.ofPEMText(String pemText,
PEMParser parser) |
|
static PublicKeySource |
PublicKeySources.ofPEMText(String pemText,
PEMParser parser) |
|
PrivateKeySources.PEMFileSourceBuilder |
PrivateKeySources.PEMFileSourceBuilder.parser(PEMParser parser) |
Specifies a parser used to parse the content of the PEM file.
|
PublicKeySources.PEMFileSourceBuilder |
PublicKeySources.PEMFileSourceBuilder.parser(PEMParser parser) |
Specifies a parser used to parse the content of the PEM file.
|