public class KeySelectorImpl extends KeySelector
KeySelector.Purpose| Modifier and Type | Method and Description |
|---|---|
static KeySelector |
getInstance() |
static Key |
resolveDirectReference(XMLCryptoContext context,
String valueType,
String uri,
KeySelector.Purpose purpose) |
static Key |
resolveIssuerSerial(XMLCryptoContext context,
String issuerName,
BigInteger serialNumber,
String strId,
KeySelector.Purpose purpose) |
static Key |
resolveKeyIdentifier(XMLCryptoContext xc,
String valueType,
String referenceValue,
String strId,
KeySelector.Purpose purpose) |
protected static SecurityHeaderElement |
resolveToken(String uri,
XMLCryptoContext context) |
KeySelectorResult |
select(KeyInfo keyInfo,
KeySelector.Purpose purpose,
AlgorithmMethod method,
XMLCryptoContext context) |
singletonKeySelectorpublic static KeySelector getInstance()
public KeySelectorResult select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context) throws KeySelectorException
select in class KeySelectorkeyInfo - purpose - method - context - KeySelectorExceptionpublic static Key resolveIssuerSerial(XMLCryptoContext context, String issuerName, BigInteger serialNumber, String strId, KeySelector.Purpose purpose) throws KeySelectorException
KeySelectorExceptionpublic static Key resolveDirectReference(XMLCryptoContext context, String valueType, String uri, KeySelector.Purpose purpose) throws KeySelectorException
KeySelectorExceptionpublic static Key resolveKeyIdentifier(XMLCryptoContext xc, String valueType, String referenceValue, String strId, KeySelector.Purpose purpose) throws KeySelectorException
KeySelectorExceptionprotected static SecurityHeaderElement resolveToken(String uri, XMLCryptoContext context) throws URIReferenceException, XWSSecurityException
Copyright © 2005–2018 Oracle Corporation. All rights reserved.