Uses of Class
org.keycloak.dom.xmlsec.w3.xmldsig.KeyInfoType
Packages that use KeyInfoType
-
Uses of KeyInfoType in org.keycloak.dom.xmlsec.w3.xmldsig
Fields in org.keycloak.dom.xmlsec.w3.xmldsig declared as KeyInfoTypeMethods in org.keycloak.dom.xmlsec.w3.xmldsig that return KeyInfoTypeModifier and TypeMethodDescriptionSignatureType.getKeyInfo()Gets the value of the keyInfo property.Methods in org.keycloak.dom.xmlsec.w3.xmldsig with parameters of type KeyInfoTypeModifier and TypeMethodDescriptionvoidSignatureType.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 KeyInfoTypeModifier and TypeFieldDescriptionprotected KeyInfoTypeEncryptedType.keyInfoprotected KeyInfoTypeAgreementMethodType.AggrementMethod.originatorKeyInfoprotected KeyInfoTypeAgreementMethodType.AggrementMethod.recipientKeyInfoMethods in org.keycloak.dom.xmlsec.w3.xmlenc that return KeyInfoTypeModifier and TypeMethodDescriptionEncryptedType.getKeyInfo()Gets the value of the keyInfo property.AgreementMethodType.AggrementMethod.getOriginatorKeyInfo()AgreementMethodType.AggrementMethod.getRecipientKeyInfo()Methods in org.keycloak.dom.xmlsec.w3.xmlenc with parameters of type KeyInfoTypeModifier and TypeMethodDescriptionvoidEncryptedType.setKeyInfo(KeyInfoType value) Sets the value of the keyInfo property.Constructors in org.keycloak.dom.xmlsec.w3.xmlenc with parameters of type KeyInfoTypeModifierConstructorDescriptionAggrementMethod(byte[] kANonce, KeyInfoType originatorKeyInfo, KeyInfoType recipientKeyInfo)