Uses of Class
org.w3.xmldsig.KeyInfoType
-
Packages that use KeyInfoType Package Description org.w3.xmldsig -
-
Uses of KeyInfoType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as KeyInfoType Modifier and Type Field Description protected KeyInfoTypeKeyInfoType.Builder. _storedValueprotected KeyInfoTypeSignatureType. keyInfoMethods in org.w3.xmldsig with type parameters of type KeyInfoType Modifier and Type Method Description protected <_P extends KeyInfoType>
_PKeyInfoType.Builder. init(_P _product)Methods in org.w3.xmldsig that return KeyInfoType Modifier and Type Method Description KeyInfoTypeKeyInfoType.Builder. build()KeyInfoTypeObjectFactory. createKeyInfoType()Create an instance ofKeyInfoTypeKeyInfoTypeSignatureType. getKeyInfo()Gets the value of the keyInfo property.Methods in org.w3.xmldsig that return types with arguments of type KeyInfoType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyInfoType>ObjectFactory. createKeyInfo(KeyInfoType value)Methods in org.w3.xmldsig with parameters of type KeyInfoType Modifier and Type Method Description static KeyInfoType.Builder<Void>KeyInfoType. copyExcept(KeyInfoType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)KeyInfoType.Builder<_B>KeyInfoType.Builder. copyOf(KeyInfoType _other)static <_B> KeyInfoType.Builder<_B>KeyInfoType. copyOf(KeyInfoType _other)static <_B> KeyInfoType.Builder<_B>KeyInfoType. copyOf(KeyInfoType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static KeyInfoType.Builder<Void>KeyInfoType. copyOnly(KeyInfoType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<KeyInfoType>ObjectFactory. createKeyInfo(KeyInfoType value)voidSignatureType. setKeyInfo(KeyInfoType value)Sets the value of the keyInfo property.SignatureType.Builder<_B>SignatureType.Builder. withKeyInfo(KeyInfoType keyInfo)Sets the new value of "keyInfo" (any previous value will be replaced)Constructors in org.w3.xmldsig with parameters of type KeyInfoType Constructor Description Builder(_B _parentBuilder, KeyInfoType _other, boolean _copy)Builder(_B _parentBuilder, KeyInfoType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-