Uses of Class
net.shibboleth.idp.installer.plugin.impl.TrustStore.Signature
Packages that use TrustStore.Signature
-
Uses of TrustStore.Signature in net.shibboleth.idp.installer.plugin.impl
Methods in net.shibboleth.idp.installer.plugin.impl that return TrustStore.SignatureModifier and TypeMethodDescriptionstatic TrustStore.SignatureTrustStore.signatureOf(InputStream stream) Provide an opaque signature object from an input stream.Methods in net.shibboleth.idp.installer.plugin.impl with parameters of type TrustStore.SignatureModifier and TypeMethodDescriptionbooleanTrustStore.checkSignature(InputStream input, TrustStore.Signature signature) Run a signature check over the streams.booleanTrustStore.contains(TrustStore.Signature signature) Does the key that made this signature exist in our keyrings?voidTrustStore.importKeyFromStream(TrustStore.Signature sigForKey, InputStream keyStream, Predicate<String> accept) Load up the provided store and if the key is found and the Predicate allows it add it to the store which we will then save.