public class PublicKeyDecoder extends Object implements ASN1Decoder<org.bouncycastle.crypto.params.AsymmetricKeyParameter>
| Constructor and Description |
|---|
PublicKeyDecoder() |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.crypto.params.AsymmetricKeyParameter |
decode(byte[] encoded,
Object... args)
Produces an object from an encoded representation.
|
public org.bouncycastle.crypto.params.AsymmetricKeyParameter decode(byte[] encoded,
Object... args)
ASN1Decoderdecode in interface ASN1Decoder<org.bouncycastle.crypto.params.AsymmetricKeyParameter>encoded - ASN.1 encoded data.args - Additional data required to perform decoding.Copyright © 2003-2024 Virginia Tech. All Rights Reserved.