Uses of Class
net.shibboleth.idp.installer.plugin.impl.TrustStore.Signature
-
Packages that use TrustStore.Signature Package Description net.shibboleth.idp.installer.plugin.impl Classes for handling plugins. -
-
Uses of TrustStore.Signature in net.shibboleth.idp.installer.plugin.impl
Methods in net.shibboleth.idp.installer.plugin.impl that return TrustStore.Signature Modifier and Type Method Description static 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.Signature Modifier and Type Method Description booleanTrustStore. 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.
-