public interface KeyGetter
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
newAsycronKey() |
Key |
newSycronKey() |
KeyPair |
readRSAKeyPair(InputStream inPublicKey,
InputStream inPrivateKey) |
PrivateKey |
readRSAPrivateKey(InputStream in) |
PublicKey |
readRSAPublicKey(InputStream in) |
Key newSycronKey()
KeyPair newAsycronKey()
PublicKey readRSAPublicKey(InputStream in) throws IOException, org.apache.xml.security.exceptions.Base64DecodingException, InvalidKeyException
IOExceptionorg.apache.xml.security.exceptions.Base64DecodingExceptionInvalidKeyExceptionKeyPair readRSAKeyPair(InputStream inPublicKey, InputStream inPrivateKey) throws IOException, InvalidKeyException, org.apache.xml.security.exceptions.Base64DecodingException
IOExceptionInvalidKeyExceptionorg.apache.xml.security.exceptions.Base64DecodingExceptionPrivateKey readRSAPrivateKey(InputStream in) throws IOException, org.apache.xml.security.exceptions.Base64DecodingException, InvalidKeyException
IOExceptionorg.apache.xml.security.exceptions.Base64DecodingExceptionInvalidKeyExceptionCopyright © 2017. All rights reserved.