Package | Description |
---|---|
at.gv.egiz.moa |
Modifier and Type | Field and Description |
---|---|
protected SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.RSAKeyValueType.localExponent
field for Exponent
|
protected SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.DSAKeyValueType.localG
field for G
|
protected SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.DSAKeyValueType.localJ
field for J
|
protected SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.RSAKeyValueType.localModulus
field for Modulus
|
protected SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.DSAKeyValueTypeSequence_type0.localP
field for P
|
protected SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.DSAKeyValueTypeSequence_type1.localPgenCounter
field for PgenCounter
|
protected SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.DSAKeyValueTypeSequence_type0.localQ
field for Q
|
protected SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.DSAKeyValueTypeSequence_type1.localSeed
field for Seed
|
protected SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.DSAKeyValueType.localY
field for Y
|
Modifier and Type | Method and Description |
---|---|
static SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.CryptoBinary.Factory.fromString(String value,
String namespaceURI) |
static SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.CryptoBinary.Factory.fromString(javax.xml.stream.XMLStreamReader xmlStreamReader,
String content) |
SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.RSAKeyValueType.getExponent()
Auto generated getter method
|
SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.DSAKeyValueType.getG()
Auto generated getter method
|
SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.DSAKeyValueType.getJ()
Auto generated getter method
|
SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.RSAKeyValueType.getModulus()
Auto generated getter method
|
SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.DSAKeyValueTypeSequence_type0.getP()
Auto generated getter method
|
SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.DSAKeyValueTypeSequence_type1.getPgenCounter()
Auto generated getter method
|
SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.DSAKeyValueTypeSequence_type0.getQ()
Auto generated getter method
|
SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.DSAKeyValueTypeSequence_type1.getSeed()
Auto generated getter method
|
SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.DSAKeyValueType.getY()
Auto generated getter method
|
static SignatureCreationServiceStub.CryptoBinary |
SignatureCreationServiceStub.CryptoBinary.Factory.parse(javax.xml.stream.XMLStreamReader reader)
static method to create the object
Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable
If this object is not an element, it is a complex type and the reader is at the event just after the outer start element
Postcondition: If this object is an element, the reader is positioned at its end element
If this object is a complex type, the reader is positioned at the end element of its outer element
|
Modifier and Type | Method and Description |
---|---|
void |
SignatureCreationServiceStub.RSAKeyValueType.setExponent(SignatureCreationServiceStub.CryptoBinary param)
Auto generated setter method
|
void |
SignatureCreationServiceStub.DSAKeyValueType.setG(SignatureCreationServiceStub.CryptoBinary param)
Auto generated setter method
|
void |
SignatureCreationServiceStub.DSAKeyValueType.setJ(SignatureCreationServiceStub.CryptoBinary param)
Auto generated setter method
|
void |
SignatureCreationServiceStub.RSAKeyValueType.setModulus(SignatureCreationServiceStub.CryptoBinary param)
Auto generated setter method
|
void |
SignatureCreationServiceStub.DSAKeyValueTypeSequence_type0.setP(SignatureCreationServiceStub.CryptoBinary param)
Auto generated setter method
|
void |
SignatureCreationServiceStub.DSAKeyValueTypeSequence_type1.setPgenCounter(SignatureCreationServiceStub.CryptoBinary param)
Auto generated setter method
|
void |
SignatureCreationServiceStub.DSAKeyValueTypeSequence_type0.setQ(SignatureCreationServiceStub.CryptoBinary param)
Auto generated setter method
|
void |
SignatureCreationServiceStub.DSAKeyValueTypeSequence_type1.setSeed(SignatureCreationServiceStub.CryptoBinary param)
Auto generated setter method
|
void |
SignatureCreationServiceStub.DSAKeyValueType.setY(SignatureCreationServiceStub.CryptoBinary param)
Auto generated setter method
|