| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Method and Description |
|---|---|
static RSAKeyValueType.Builder<Void> |
RSAKeyValueType.builder() |
static RSAKeyValueType.Builder<Void> |
RSAKeyValueType.copyExcept(RSAKeyValueType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> RSAKeyValueType.Builder<_B> |
RSAKeyValueType.copyOf(RSAKeyValueType _other) |
static <_B> RSAKeyValueType.Builder<_B> |
RSAKeyValueType.copyOf(RSAKeyValueType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static RSAKeyValueType.Builder<Void> |
RSAKeyValueType.copyOnly(RSAKeyValueType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> RSAKeyValueType.Builder<_B> |
RSAKeyValueType.newCopyBuilder(_B _parentBuilder) |
<_B> RSAKeyValueType.Builder<_B> |
RSAKeyValueType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
RSAKeyValueType.Builder<Void> |
RSAKeyValueType.newCopyBuilder() |
RSAKeyValueType.Builder<Void> |
RSAKeyValueType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
RSAKeyValueType.Builder<_B> |
RSAKeyValueType.Builder.withExponent(byte[] exponent)
Sets the new value of "exponent" (any previous value will be replaced)
|
RSAKeyValueType.Builder<_B> |
RSAKeyValueType.Builder.withModulus(byte[] modulus)
Sets the new value of "modulus" (any previous value will be replaced)
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
RSAKeyValueType.copyTo(RSAKeyValueType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
RSAKeyValueType.copyTo(RSAKeyValueType.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 © 2022 NorStella. All rights reserved.