Package org.iqtig.crypto.key.interfaces
Interface XMLCryptionAsym
-
- All Known Implementing Classes:
XMLCryptionAsymImplOneKey
public interface XMLCryptionAsym
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Document
decryptXMLDoc(Document document, List<PrivateKey> privateKeys, String tagname)
Document
encryptedXMLDoc(Document document, List<MyPublicKey> publicKeys, String tagname, String encryptedKeyTag)
-