Package net.messagevortex.asn1
Class OperationFactory
java.lang.Object
net.messagevortex.asn1.OperationFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OperationgetInstance(org.bouncycastle.asn1.ASN1Encodable object) Gets the respective Operation by tag number.
-
Constructor Details
-
OperationFactory
public OperationFactory()
-
-
Method Details
-
getInstance
Gets the respective Operation by tag number.
- Parameters:
object- the object to be parsed- Returns:
- the operation object
- Throws:
IOException- if no operations have been registered or an unknown tag number is detected
-