public final class PemDecryptor extends Object implements BouncyFunction<char[],org.bouncycastle.openssl.PEMDecryptorProvider>
PemUtils which provides the same functionality
while it has a stable API because it is part of the public API.| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.openssl.PEMDecryptorProvider |
apply(char[] password) |
static BouncyFunction<char[],org.bouncycastle.openssl.PEMDecryptorProvider> |
getInstance() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic org.bouncycastle.openssl.PEMDecryptorProvider apply(char[] password)
apply in interface BouncyFunction<char[],org.bouncycastle.openssl.PEMDecryptorProvider>public static BouncyFunction<char[],org.bouncycastle.openssl.PEMDecryptorProvider> getInstance()
Copyright © 2022. All rights reserved.