public class OperationFactory extends Object
Constructor and Description |
---|
OperationFactory() |
Modifier and Type | Method and Description |
---|---|
static Operation |
getInstance(org.bouncycastle.asn1.ASN1Encodable object)
Gets the respective Operation by tag number.
|
public static Operation getInstance(org.bouncycastle.asn1.ASN1Encodable object) throws IOException
Gets the respective Operation by tag number.
object
- the object to be parsedIOException
- if no operations have been registered or an unknown tag number is detectedCopyright © 2023. All rights reserved.