Class PublicKeyProperties
java.lang.Object
com.bld.crypto.pubkey.config.data.PublicKeyProperties
@Component
@ConfigurationProperties(prefix="com.bld.crypto.public-key",
ignoreUnknownFields=true)
public final class PublicKeyProperties
extends Object
The Class PublicKeyProperties.
-
Constructor Summary
ConstructorsConstructorDescriptionPublicKeyProperties(Map<String, org.springframework.core.io.Resource> keys) Instantiates a new public key properties. -
Method Summary
-
Constructor Details
-
PublicKeyProperties
Instantiates a new public key properties.- Parameters:
keys- the keys
-
-
Method Details
-
getKeys
Gets the keys.- Returns:
- the keys
-