Package uk.gov.ida.saml.metadata
Class HubMetadataPublicKeyStore
- java.lang.Object
-
- uk.gov.ida.saml.metadata.HubMetadataPublicKeyStore
-
- All Implemented Interfaces:
InternalPublicKeyStore
@Deprecated public class HubMetadataPublicKeyStore extends java.lang.Object implements InternalPublicKeyStore
Deprecated.UseMetadataBackedSignatureValidatorinstead
-
-
Constructor Summary
Constructors Constructor Description HubMetadataPublicKeyStore(org.opensaml.saml.metadata.resolver.MetadataResolver metadataResolver, uk.gov.ida.saml.security.PublicKeyFactory publicKeyFactory, java.lang.String hubEntityId)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<java.security.PublicKey>getVerifyingKeysForEntity()Deprecated.
-
-
-
Method Detail
-
getVerifyingKeysForEntity
public java.util.List<java.security.PublicKey> getVerifyingKeysForEntity()
Deprecated.- Specified by:
getVerifyingKeysForEntityin interfaceInternalPublicKeyStore
-
-