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
IOException
org.apache.xml.security.exceptions.Base64DecodingException
InvalidKeyException
KeyPair readRSAKeyPair(InputStream inPublicKey, InputStream inPrivateKey) throws IOException, InvalidKeyException, org.apache.xml.security.exceptions.Base64DecodingException
IOException
InvalidKeyException
org.apache.xml.security.exceptions.Base64DecodingException
PrivateKey readRSAPrivateKey(InputStream in) throws IOException, org.apache.xml.security.exceptions.Base64DecodingException, InvalidKeyException
IOException
org.apache.xml.security.exceptions.Base64DecodingException
InvalidKeyException
Copyright © 2016. All rights reserved.