Class PEMKey
java.lang.Object
net.schmizz.sshj.userauth.keyprovider.PEMKey
PEM Key container with identified Key Type and decoded body
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) byte[]getBody()(package private) PEMKey.PEMKeyType
-
Field Details
-
pemKeyType
-
headers
-
body
private final byte[] body
-
-
Constructor Details
-
PEMKey
PEMKey(PEMKey.PEMKeyType pemKeyType, List<String> headers, byte[] body)
-
-
Method Details
-
getPemKeyType
PEMKey.PEMKeyType getPemKeyType() -
getHeaders
-
getBody
byte[] getBody()
-