Uses of Interface
org.sourceid.protocol.xmlenc10.xml.EncryptedKeyType
-
Packages that use EncryptedKeyType Package Description org.sourceid.protocol.xmlenc10.xml org.sourceid.saml20.xmlbinding.assertion -
-
Uses of EncryptedKeyType in org.sourceid.protocol.xmlenc10.xml
Methods in org.sourceid.protocol.xmlenc10.xml that return EncryptedKeyType Modifier and Type Method Description EncryptedKeyTypeEncryptedKeyDocument. addNewEncryptedKey()Appends and returns a new empty "EncryptedKey" elementEncryptedKeyTypeEncryptedKeyDocument. getEncryptedKey()Gets the "EncryptedKey" elementstatic EncryptedKeyTypeEncryptedKeyType.Factory. newInstance()static EncryptedKeyTypeEncryptedKeyType.Factory. newInstance(XmlOptions options)static EncryptedKeyTypeEncryptedKeyType.Factory. parse(File file)static EncryptedKeyTypeEncryptedKeyType.Factory. parse(File file, XmlOptions options)static EncryptedKeyTypeEncryptedKeyType.Factory. parse(InputStream is)static EncryptedKeyTypeEncryptedKeyType.Factory. parse(InputStream is, XmlOptions options)static EncryptedKeyTypeEncryptedKeyType.Factory. parse(Reader r)static EncryptedKeyTypeEncryptedKeyType.Factory. parse(Reader r, XmlOptions options)static EncryptedKeyTypeEncryptedKeyType.Factory. parse(String xmlAsString)static EncryptedKeyTypeEncryptedKeyType.Factory. parse(String xmlAsString, XmlOptions options)static EncryptedKeyTypeEncryptedKeyType.Factory. parse(URL u)static EncryptedKeyTypeEncryptedKeyType.Factory. parse(URL u, XmlOptions options)static EncryptedKeyTypeEncryptedKeyType.Factory. parse(XMLStreamReader sr)static EncryptedKeyTypeEncryptedKeyType.Factory. parse(XMLStreamReader sr, XmlOptions options)static EncryptedKeyTypeEncryptedKeyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EncryptedKeyTypeEncryptedKeyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic EncryptedKeyTypeEncryptedKeyType.Factory. parse(Node node)static EncryptedKeyTypeEncryptedKeyType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.protocol.xmlenc10.xml with parameters of type EncryptedKeyType Modifier and Type Method Description voidEncryptedKeyDocument. setEncryptedKey(EncryptedKeyType encryptedKey)Sets the "EncryptedKey" element -
Uses of EncryptedKeyType in org.sourceid.saml20.xmlbinding.assertion
Methods in org.sourceid.saml20.xmlbinding.assertion that return EncryptedKeyType Modifier and Type Method Description EncryptedKeyTypeEncryptedElementType. addNewEncryptedKey()Appends and returns a new empty value (as xml) as the last "EncryptedKey" elementEncryptedKeyType[]EncryptedElementType. getEncryptedKeyArray()Gets array of all "EncryptedKey" elementsEncryptedKeyTypeEncryptedElementType. getEncryptedKeyArray(int i)Gets ith "EncryptedKey" elementEncryptedKeyTypeEncryptedElementType. insertNewEncryptedKey(int i)Inserts and returns a new empty value (as xml) as the ith "EncryptedKey" elementMethods in org.sourceid.saml20.xmlbinding.assertion with parameters of type EncryptedKeyType Modifier and Type Method Description voidEncryptedElementType. setEncryptedKeyArray(int i, EncryptedKeyType encryptedKey)Sets ith "EncryptedKey" elementvoidEncryptedElementType. setEncryptedKeyArray(EncryptedKeyType[] encryptedKeyArray)Sets array of all "EncryptedKey" element
-