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)
decode in interface ASN1Decoder<org.bouncycastle.crypto.params.AsymmetricKeyParameter>encoded - ASN.1 encoded data.args - Additional data required to perform decoding.Copyright © 2016 JBoss by Red Hat. All rights reserved.