Package org.iqtig.crypto.key.interfaces
Schnittstelle XMLCryptionAsym
- Alle bekannten Implementierungsklassen:
XMLCryptionAsymImplOneKey
public interface XMLCryptionAsym
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdecryptXMLDoc(Document document, List<PrivateKey> privateKeys, String tagname) encryptedXMLDoc(Document document, List<MyPublicKey> publicKeys, String tagname, String encryptedKeyTag)
-
Methodendetails
-
encryptedXMLDoc
Document encryptedXMLDoc(Document document, List<MyPublicKey> publicKeys, String tagname, String encryptedKeyTag) throws Exception - Löst aus:
Exception
-
decryptXMLDoc
Document decryptXMLDoc(Document document, List<PrivateKey> privateKeys, String tagname) throws Exception - Löst aus:
Exception
-