Package org.w3.xmldsig
Class SignedInfoType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
- java.lang.Object
-
- com.kscs.util.jaxb.Selector<TRoot,TParent>
-
- org.w3.xmldsig.SignedInfoType.Selector<TRoot,TParent>
-
- Direct Known Subclasses:
SignedInfoType.Select
- Enclosing class:
- SignedInfoType
public static class SignedInfoType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> extends com.kscs.util.jaxb.Selector<TRoot,TParent>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,com.kscs.util.jaxb.PropertyTree>buildChildren()This is only used by builders and other implementational detailsCanonicalizationMethodType.Selector<TRoot,SignedInfoType.Selector<TRoot,TParent>>canonicalizationMethod()com.kscs.util.jaxb.Selector<TRoot,SignedInfoType.Selector<TRoot,TParent>>id()ReferenceType.Selector<TRoot,SignedInfoType.Selector<TRoot,TParent>>reference()SignatureMethodType.Selector<TRoot,SignedInfoType.Selector<TRoot,TParent>>signatureMethod()
-
-
-
Method Detail
-
buildChildren
public Map<String,com.kscs.util.jaxb.PropertyTree> buildChildren()
Description copied from class:com.kscs.util.jaxb.SelectorThis is only used by builders and other implementational details
-
canonicalizationMethod
public CanonicalizationMethodType.Selector<TRoot,SignedInfoType.Selector<TRoot,TParent>> canonicalizationMethod()
-
signatureMethod
public SignatureMethodType.Selector<TRoot,SignedInfoType.Selector<TRoot,TParent>> signatureMethod()
-
reference
public ReferenceType.Selector<TRoot,SignedInfoType.Selector<TRoot,TParent>> reference()
-
id
public com.kscs.util.jaxb.Selector<TRoot,SignedInfoType.Selector<TRoot,TParent>> id()
-
-