Uses of Interface
org.apache.xml.security.encryption.EncryptedKey
-
Packages that use EncryptedKey Package Description org.apache.xml.security.encryption org.apache.xml.security.keys -
-
Uses of EncryptedKey in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement EncryptedKey Modifier and Type Class Description private classXMLCipher.Factory.EncryptedKeyImplFields in org.apache.xml.security.encryption declared as EncryptedKey Modifier and Type Field Description private EncryptedKeyXMLCipher. ekMethods in org.apache.xml.security.encryption that return EncryptedKey Modifier and Type Method Description EncryptedKeyXMLCipher. createEncryptedKey(int type, java.lang.String value)Creates anEncryptedKeyElement.EncryptedKeyXMLCipher. encryptKey(org.w3c.dom.Document doc, java.security.Key key)Encrypts a key to an EncryptedKey structureEncryptedKeyXMLCipher. encryptKey(org.w3c.dom.Document doc, java.security.Key key, java.lang.String mgfAlgorithm, byte[] oaepParams)Encrypts a key to an EncryptedKey structureEncryptedKeyXMLCipher. encryptKey(org.w3c.dom.Document doc, java.security.Key key, java.lang.String mgfAlgorithm, byte[] oaepParams, java.security.SecureRandom random)Encrypts a key to an EncryptedKey structureEncryptedKeyXMLCipher. getEncryptedKey()Get the EncryptedData being build Returns the EncryptedData being built during an ENCRYPT operation.EncryptedKeyXMLCipher. loadEncryptedKey(org.w3c.dom.Document context, org.w3c.dom.Element element)Returns anEncryptedKeyinterface.EncryptedKeyXMLCipher. loadEncryptedKey(org.w3c.dom.Element element)Returns anEncryptedKeyinterface.(package private) EncryptedKeyXMLCipher.Factory. newEncryptedKey(CipherData data)(package private) EncryptedKeyXMLCipher.Factory. newEncryptedKey(org.w3c.dom.Element element)Methods in org.apache.xml.security.encryption with parameters of type EncryptedKey Modifier and Type Method Description java.security.KeyXMLCipher. decryptKey(EncryptedKey encryptedKey)Decrypt a key from a passed in EncryptedKey structure.java.security.KeyXMLCipher. decryptKey(EncryptedKey encryptedKey, java.lang.String algorithm)Decrypt a key from a passed in EncryptedKey structureorg.w3c.dom.ElementXMLCipher. martial(EncryptedKey encryptedKey)Martial an EncryptedKey Takes an EncryptedKey object and returns a DOM Element that represents the appropriateEncryptedKeyorg.w3c.dom.ElementXMLCipher. martial(org.w3c.dom.Document context, EncryptedKey encryptedKey)Martial an EncryptedKey Takes an EncryptedKey object and returns a DOM Element that represents the appropriateEncryptedKey(package private) org.w3c.dom.ElementXMLCipher.Factory. toElement(EncryptedKey encryptedKey) -
Uses of EncryptedKey in org.apache.xml.security.keys
Fields in org.apache.xml.security.keys with type parameters of type EncryptedKey Modifier and Type Field Description private java.util.List<EncryptedKey>KeyInfo. encryptedKeysMethods in org.apache.xml.security.keys that return EncryptedKey Modifier and Type Method Description EncryptedKeyKeyInfo. itemEncryptedKey(int i)Method itemEncryptedKeyMethods in org.apache.xml.security.keys with parameters of type EncryptedKey Modifier and Type Method Description voidKeyInfo. add(EncryptedKey encryptedKey)Method addEncryptedKey
-