Uses of Class
org.pgpainless.util.MultiMap
-
Packages that use MultiMap Package Description org.pgpainless.encryption_signing Classes used to encrypt or sign data using OpenPGP.org.pgpainless.util Utility classes.org.pgpainless.util.selection.keyring Different Key Ring Selection Strategies.org.pgpainless.util.selection.keyring.impl Implementations of Key Ring Selection Strategies. -
-
Uses of MultiMap in org.pgpainless.encryption_signing
Methods in org.pgpainless.encryption_signing that return MultiMap Modifier and Type Method Description MultiMap<SubkeyIdentifier,org.bouncycastle.openpgp.PGPSignature>EncryptionResult. getDetachedSignatures()Return aMultiMapof key identifiers and detached signatures that were generated for the message. -
Uses of MultiMap in org.pgpainless.util
Methods in org.pgpainless.util with parameters of type MultiMap Modifier and Type Method Description voidMultiMap. putAll(MultiMap<K,V> other)static org.bouncycastle.bcpg.ArmoredOutputStreamArmorUtils. toAsciiArmoredStream(OutputStream outputStream, MultiMap<String,String> header)static StringArmorUtils. toAsciiArmoredString(byte[] bytes, MultiMap<String,String> additionalHeaderValues)static StringArmorUtils. toAsciiArmoredString(InputStream inputStream, MultiMap<String,String> additionalHeaderValues)Constructors in org.pgpainless.util with parameters of type MultiMap Constructor Description MultiMap(MultiMap<K,V> other) -
Uses of MultiMap in org.pgpainless.util.selection.keyring
Methods in org.pgpainless.util.selection.keyring that return MultiMap Modifier and Type Method Description MultiMap<O,R>KeyRingSelectionStrategy. selectKeyRingsFromCollections(MultiMap<O,C> keyRingCollections)MultiMap<O,org.bouncycastle.openpgp.PGPPublicKeyRing>PublicKeyRingSelectionStrategy. selectKeyRingsFromCollections(MultiMap<O,org.bouncycastle.openpgp.PGPPublicKeyRingCollection> keyRingCollections)MultiMap<O,org.bouncycastle.openpgp.PGPSecretKeyRing>SecretKeyRingSelectionStrategy. selectKeyRingsFromCollections(MultiMap<O,org.bouncycastle.openpgp.PGPSecretKeyRingCollection> keyRingCollections)Methods in org.pgpainless.util.selection.keyring with parameters of type MultiMap Modifier and Type Method Description MultiMap<O,R>KeyRingSelectionStrategy. selectKeyRingsFromCollections(MultiMap<O,C> keyRingCollections)MultiMap<O,org.bouncycastle.openpgp.PGPPublicKeyRing>PublicKeyRingSelectionStrategy. selectKeyRingsFromCollections(MultiMap<O,org.bouncycastle.openpgp.PGPPublicKeyRingCollection> keyRingCollections)MultiMap<O,org.bouncycastle.openpgp.PGPSecretKeyRing>SecretKeyRingSelectionStrategy. selectKeyRingsFromCollections(MultiMap<O,org.bouncycastle.openpgp.PGPSecretKeyRingCollection> keyRingCollections) -
Uses of MultiMap in org.pgpainless.util.selection.keyring.impl
Constructors in org.pgpainless.util.selection.keyring.impl with parameters of type MultiMap Constructor Description PubRingSelectionStrategy(MultiMap<O,Long> whitelist)SecRingSelectionStrategy(MultiMap<O,Long> whitelist)
-