@Immutable @Loggable(value=1) public final class PrivateKey extends Object
Constructor and Description |
---|
PrivateKey(String txt)
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
File |
asFile()
Get file with private key.
|
InputStream |
asInputStream()
Get it as an input stream.
|
String |
asText()
Get it as a text.
|
String |
toString() |
public String asText()
public InputStream asInputStream() throws IOException
IOException
- If some IO problem insidepublic File asFile() throws IOException
IOException
- If some IO problem insideCopyright © 2009–2014 Rultor Inc.. All rights reserved.