| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Method and Description |
|---|---|
X509DataType.Builder<_B> |
X509DataType.Builder.addX509Certificate(Iterable<? extends JAXBElement<byte[]>> x509Certificate_)
Adds the given items to the value of "x509Certificate_"
|
X509DataType.Builder<_B> |
X509DataType.Builder.addX509Certificate(JAXBElement<byte[]>... x509Certificate_)
Adds the given items to the value of "x509Certificate_"
|
X509DataType.Builder<_B> |
X509DataType.Builder.addX509CRL(Iterable<? extends JAXBElement<byte[]>> x509CRL_)
Adds the given items to the value of "x509CRL_"
|
X509DataType.Builder<_B> |
X509DataType.Builder.addX509CRL(JAXBElement<byte[]>... x509CRL_)
Adds the given items to the value of "x509CRL_"
|
X509DataType.Builder<_B> |
X509DataType.Builder.addX509IssuerSerial(Iterable<? extends JAXBElement<X509IssuerSerialType>> x509IssuerSerial_)
Adds the given items to the value of "x509IssuerSerial_"
|
X509DataType.Builder<_B> |
X509DataType.Builder.addX509IssuerSerial(JAXBElement<X509IssuerSerialType>... x509IssuerSerial_)
Adds the given items to the value of "x509IssuerSerial_"
|
X509DataType.Builder<_B> |
X509DataType.Builder.addX509IssuerSerialOrX509SKIOrX509SubjectName(Iterable<?> x509IssuerSerialOrX509SKIOrX509SubjectName)
Adds the given items to the value of "x509IssuerSerialOrX509SKIOrX509SubjectName"
|
X509DataType.Builder<_B> |
X509DataType.Builder.addX509IssuerSerialOrX509SKIOrX509SubjectName(Object... x509IssuerSerialOrX509SKIOrX509SubjectName)
Adds the given items to the value of "x509IssuerSerialOrX509SKIOrX509SubjectName"
|
X509DataType.Builder<_B> |
X509DataType.Builder.addX509SKI(Iterable<? extends JAXBElement<byte[]>> x509SKI_)
Adds the given items to the value of "x509SKI_"
|
X509DataType.Builder<_B> |
X509DataType.Builder.addX509SKI(JAXBElement<byte[]>... x509SKI_)
Adds the given items to the value of "x509SKI_"
|
X509DataType.Builder<_B> |
X509DataType.Builder.addX509SubjectName(Iterable<? extends JAXBElement<String>> x509SubjectName_)
Adds the given items to the value of "x509SubjectName_"
|
X509DataType.Builder<_B> |
X509DataType.Builder.addX509SubjectName(JAXBElement<String>... x509SubjectName_)
Adds the given items to the value of "x509SubjectName_"
|
static X509DataType.Builder<Void> |
X509DataType.builder() |
static X509DataType.Builder<Void> |
X509DataType.copyExcept(X509DataType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> X509DataType.Builder<_B> |
X509DataType.copyOf(X509DataType _other) |
static <_B> X509DataType.Builder<_B> |
X509DataType.copyOf(X509DataType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static X509DataType.Builder<Void> |
X509DataType.copyOnly(X509DataType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> X509DataType.Builder<_B> |
X509DataType.newCopyBuilder(_B _parentBuilder) |
<_B> X509DataType.Builder<_B> |
X509DataType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
X509DataType.Builder<Void> |
X509DataType.newCopyBuilder() |
X509DataType.Builder<Void> |
X509DataType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
X509DataType.Builder<_B> |
X509DataType.Builder.withX509IssuerSerialOrX509SKIOrX509SubjectName(Iterable<?> x509IssuerSerialOrX509SKIOrX509SubjectName)
Sets the new value of "x509IssuerSerialOrX509SKIOrX509SubjectName" (any previous value will be replaced)
|
X509DataType.Builder<_B> |
X509DataType.Builder.withX509IssuerSerialOrX509SKIOrX509SubjectName(Object... x509IssuerSerialOrX509SKIOrX509SubjectName)
Sets the new value of "x509IssuerSerialOrX509SKIOrX509SubjectName" (any previous value will be replaced)
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
X509DataType.copyTo(X509DataType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
X509DataType.copyTo(X509DataType.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
Copyright © 2021 NorStella. All rights reserved.