| Package | Description |
|---|---|
| com.sun.xml.security.core.dsig | |
| com.sun.xml.ws.security.opt.crypto.dsig | |
| com.sun.xml.ws.security.opt.impl.incoming.processor |
| Modifier and Type | Field and Description |
|---|---|
protected SignedInfo |
SignatureType.signedInfo |
| Modifier and Type | Method and Description |
|---|---|
SignedInfo |
ObjectFactory.createSignedInfo()
Create an instance of
SignedInfo |
| Modifier and Type | Method and Description |
|---|---|
void |
SignatureType.setSignedInfo(SignedInfo value)
Sets the value of the signedInfo property.
|
| Modifier and Type | Method and Description |
|---|---|
SignedInfo |
Signature.getSignedInfo() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
SignatureProcessor.performDSASign(Key privateKey,
SignedInfo signedInfo) |
byte[] |
SignatureProcessor.performHMACSign(Key key,
SignedInfo signedInfo,
int outputLength) |
byte[] |
SignatureProcessor.performRSASign(Key privateKey,
SignedInfo signedInfo,
String signatureAlgo) |
boolean |
SignatureProcessor.verifyDSASignature(Key publicKey,
SignedInfo si,
byte[] signatureValue) |
boolean |
SignatureProcessor.verifyHMACSignature(Key key,
SignedInfo si,
byte[] signatureValue,
int outputLength) |
boolean |
SignatureProcessor.verifyRSASignature(Key publicKey,
SignedInfo si,
byte[] signatureValue,
String signatureAlgo) |
| Modifier and Type | Method and Description |
|---|---|
SignedInfo |
SignedInfoProcessor.process()
processes different types the SignedInfo element of an XMLSignature
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.