Package org.iqtig.crypto.key.interfaces
Schnittstelle KeyGetter
- Alle bekannten Implementierungsklassen:
KeyGetterImpl
public interface KeyGetter
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungreadRSAKeyPair(InputStream inPublicKey, InputStream inPrivateKey)
-
Methodendetails
-
newSymmetricKey
Key newSymmetricKey() -
newAsymmetricKey
KeyPair newAsymmetricKey() -
readRSAKeyPair
KeyPair readRSAKeyPair(InputStream inPublicKey, InputStream inPrivateKey) throws IOException, org.apache.xml.security.exceptions.Base64DecodingException, InvalidKeySpecException, NoSuchAlgorithmException - Löst aus:
IOExceptionorg.apache.xml.security.exceptions.Base64DecodingExceptionInvalidKeySpecExceptionNoSuchAlgorithmException
-
readRSAPublicKey
PublicKey readRSAPublicKey(InputStream in) throws IOException, org.apache.xml.security.exceptions.Base64DecodingException, InvalidKeyException, NoSuchAlgorithmException, InvalidKeySpecException - Löst aus:
IOExceptionorg.apache.xml.security.exceptions.Base64DecodingExceptionInvalidKeyExceptionNoSuchAlgorithmExceptionInvalidKeySpecException
-
readRSAPrivateKey
PrivateKey readRSAPrivateKey(InputStream in) throws IOException, org.apache.xml.security.exceptions.Base64DecodingException, InvalidKeyException, NoSuchAlgorithmException, InvalidKeySpecException - Löst aus:
IOExceptionorg.apache.xml.security.exceptions.Base64DecodingExceptionInvalidKeyExceptionNoSuchAlgorithmExceptionInvalidKeySpecException
-