Package org.w3.xmldsig
Class RSAKeyValueType.Builder<_B>
- java.lang.Object
-
- org.w3.xmldsig.RSAKeyValueType.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- RSAKeyValueType
public static class RSAKeyValueType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected RSAKeyValueType_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, RSAKeyValueType _other, boolean _copy)Builder(_B _parentBuilder, RSAKeyValueType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RSAKeyValueTypebuild()RSAKeyValueType.Builder<_B>copyOf(RSAKeyValueType _other)RSAKeyValueType.Builder<_B>copyOf(RSAKeyValueType.Builder _other)_Bend()protected <_P extends RSAKeyValueType>
_Pinit(_P _product)RSAKeyValueType.Builder<_B>withExponent(byte[] exponent)Sets the new value of "exponent" (any previous value will be replaced)RSAKeyValueType.Builder<_B>withModulus(byte[] modulus)Sets the new value of "modulus" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final RSAKeyValueType _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, RSAKeyValueType _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, RSAKeyValueType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends RSAKeyValueType> _P init(_P _product)
-
withModulus
public RSAKeyValueType.Builder<_B> withModulus(byte[] modulus)
Sets the new value of "modulus" (any previous value will be replaced)- Parameters:
modulus- New value of the "modulus" property.
-
withExponent
public RSAKeyValueType.Builder<_B> withExponent(byte[] exponent)
Sets the new value of "exponent" (any previous value will be replaced)- Parameters:
exponent- New value of the "exponent" property.
-
build
public RSAKeyValueType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public RSAKeyValueType.Builder<_B> copyOf(RSAKeyValueType _other)
-
copyOf
public RSAKeyValueType.Builder<_B> copyOf(RSAKeyValueType.Builder _other)
-
-