Uses of Class
eu.europa.esig.dss.ws.server.signing.dto.RemoteKeyEntry
-
Uses of RemoteKeyEntry in eu.europa.esig.dss.ws.server.signing.common
Methods in eu.europa.esig.dss.ws.server.signing.common that return RemoteKeyEntry Modifier and Type Method Description RemoteKeyEntry
RemoteSignatureTokenConnection. getKey(String alias)
Retrieves a key by its aliasRemoteKeyEntry
RemoteSignatureTokenConnectionImpl. getKey(String alias)
Methods in eu.europa.esig.dss.ws.server.signing.common that return types with arguments of type RemoteKeyEntry Modifier and Type Method Description List<RemoteKeyEntry>
RemoteSignatureTokenConnection. getKeys()
Retrieves all the available keys (private keys entries) from the token.List<RemoteKeyEntry>
RemoteSignatureTokenConnectionImpl. getKeys()
-
Uses of RemoteKeyEntry in eu.europa.esig.dss.ws.server.signing.rest
Methods in eu.europa.esig.dss.ws.server.signing.rest that return RemoteKeyEntry Modifier and Type Method Description RemoteKeyEntry
RestSignatureTokenConnectionImpl. getKey(String alias)
Methods in eu.europa.esig.dss.ws.server.signing.rest that return types with arguments of type RemoteKeyEntry Modifier and Type Method Description List<RemoteKeyEntry>
RestSignatureTokenConnectionImpl. getKeys()
-
Uses of RemoteKeyEntry in eu.europa.esig.dss.ws.server.signing.rest.client
Methods in eu.europa.esig.dss.ws.server.signing.rest.client that return RemoteKeyEntry Modifier and Type Method Description RemoteKeyEntry
RestSignatureTokenConnection. getKey(String alias)
Retrieves a key by its aliasMethods in eu.europa.esig.dss.ws.server.signing.rest.client that return types with arguments of type RemoteKeyEntry Modifier and Type Method Description List<RemoteKeyEntry>
RestSignatureTokenConnection. getKeys()
Retrieves all the available keys (private keys entries) from the token. -
Uses of RemoteKeyEntry in eu.europa.esig.dss.ws.server.signing.soap
Methods in eu.europa.esig.dss.ws.server.signing.soap that return RemoteKeyEntry Modifier and Type Method Description RemoteKeyEntry
SoapSignatureTokenConnectionImpl. getKey(String alias)
Methods in eu.europa.esig.dss.ws.server.signing.soap that return types with arguments of type RemoteKeyEntry Modifier and Type Method Description List<RemoteKeyEntry>
SoapSignatureTokenConnectionImpl. getKeys()
-
Uses of RemoteKeyEntry in eu.europa.esig.dss.ws.server.signing.soap.client
Methods in eu.europa.esig.dss.ws.server.signing.soap.client that return RemoteKeyEntry Modifier and Type Method Description RemoteKeyEntry
SoapSignatureTokenConnection. getKey(String alias)
Retrieves a key by its aliasMethods in eu.europa.esig.dss.ws.server.signing.soap.client that return types with arguments of type RemoteKeyEntry Modifier and Type Method Description List<RemoteKeyEntry>
SoapSignatureTokenConnection. getKeys()
Retrieves all the available keys (private keys entries) from the token.