public class BytesBasedPrivateKeySupplier extends Object implements BytesBasedKeySupplier<PrivateKey>
| 构造器和说明 |
|---|
BytesBasedPrivateKeySupplier() |
public void addKeySpecParser(String algorithm, Parser<byte[],? extends KeySpec> parser)
public PrivateKey get(@NonNull byte[] bytes, @NonNull String algorithm, @Nullable Provider provider)
get 在接口中 BytesBasedKeySupplier<PrivateKey>get 在接口中 KeySupplier<byte[],String,Provider,PrivateKey>Copyright © 2021. All rights reserved.