public abstract class Asn1Compatible extends Object implements AutoCloseable
| Constructor and Description |
|---|
Asn1Compatible() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
fromAsn1(byte[] asn1)
Build Asn1 from Asn1Compatible.
|
protected abstract VirgilAsn1Compatible |
getWrappedASN() |
byte[] |
toAsn1()
Convert Asn1Compatible to Asn1.
|
protected abstract VirgilAsn1Compatible getWrappedASN()
public void close()
throws Exception
close in interface AutoCloseableExceptionpublic byte[] toAsn1()
public void fromAsn1(byte[] asn1)
asn1 - Copyright © 2016. All rights reserved.