public final class Pkcs8Decryptor extends Object implements BouncyFunction<char[],org.bouncycastle.operator.InputDecryptorProvider>
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.operator.InputDecryptorProvider |
apply(char[] password) |
static BouncyFunction<char[],org.bouncycastle.operator.InputDecryptorProvider> |
getInstance() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic org.bouncycastle.operator.InputDecryptorProvider apply(char[] password)
throws org.bouncycastle.operator.OperatorCreationException
apply in interface BouncyFunction<char[],org.bouncycastle.operator.InputDecryptorProvider>org.bouncycastle.operator.OperatorCreationExceptionpublic static BouncyFunction<char[],org.bouncycastle.operator.InputDecryptorProvider> getInstance()
Copyright © 2022. All rights reserved.