Package org.iqtig.crypto.key.interfaces
Schnittstelle KeyUsageVerifier
- Alle bekannten Implementierungsklassen:
KeyUsageVerifierImpl
public interface KeyUsageVerifier
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetModulus(RSAPublicKey publicKey) booleankeyHasBeenUsedForTagEncryption(InputStream xmlStream, RSAPublicKey publicKey, String tag)
-
Methodendetails
-
getModulus
-
keyHasBeenUsedForTagEncryption
boolean keyHasBeenUsedForTagEncryption(InputStream xmlStream, RSAPublicKey publicKey, String tag) throws SAXException, org.apache.xml.security.exceptions.XMLSecurityException - Löst aus:
SAXExceptionorg.apache.xml.security.exceptions.XMLSecurityException
-