Uses of Class
org.keycloak.dom.xmlsec.w3.xmldsig.KeyInfoType
-
Packages that use KeyInfoType Package Description org.keycloak.dom.xmlsec.w3.xmldsig org.keycloak.dom.xmlsec.w3.xmlenc -
-
Uses of KeyInfoType in org.keycloak.dom.xmlsec.w3.xmldsig
Fields in org.keycloak.dom.xmlsec.w3.xmldsig declared as KeyInfoType Modifier and Type Field Description protected KeyInfoTypeSignatureType. keyInfoMethods in org.keycloak.dom.xmlsec.w3.xmldsig that return KeyInfoType Modifier and Type Method Description KeyInfoTypeSignatureType. getKeyInfo()Gets the value of the keyInfo property.Methods in org.keycloak.dom.xmlsec.w3.xmldsig with parameters of type KeyInfoType Modifier and Type Method Description voidSignatureType. setKeyInfo(KeyInfoType value)Sets the value of the keyInfo property. -
Uses of KeyInfoType in org.keycloak.dom.xmlsec.w3.xmlenc
Fields in org.keycloak.dom.xmlsec.w3.xmlenc declared as KeyInfoType Modifier and Type Field Description protected KeyInfoTypeEncryptedType. keyInfoprotected KeyInfoTypeAgreementMethodType.AggrementMethod. originatorKeyInfoprotected KeyInfoTypeAgreementMethodType.AggrementMethod. recipientKeyInfoMethods in org.keycloak.dom.xmlsec.w3.xmlenc that return KeyInfoType Modifier and Type Method Description KeyInfoTypeEncryptedType. getKeyInfo()Gets the value of the keyInfo property.KeyInfoTypeAgreementMethodType.AggrementMethod. getOriginatorKeyInfo()KeyInfoTypeAgreementMethodType.AggrementMethod. getRecipientKeyInfo()Methods in org.keycloak.dom.xmlsec.w3.xmlenc with parameters of type KeyInfoType Modifier and Type Method Description voidEncryptedType. setKeyInfo(KeyInfoType value)Sets the value of the keyInfo property.Constructors in org.keycloak.dom.xmlsec.w3.xmlenc with parameters of type KeyInfoType Constructor Description AggrementMethod(byte[] kANonce, KeyInfoType originatorKeyInfo, KeyInfoType recipientKeyInfo)
-