public abstract class AmPublicKey
extends java.lang.Object
implements org.bouncycastle.asn1.ASN1Encodable
Modifier and Type | Field and Description |
---|---|
protected org.bouncycastle.asn1.ASN1EncodableVector |
vec |
Constructor and Description |
---|
AmPublicKey(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
Konstruktor zum Encoden
|
AmPublicKey(org.bouncycastle.asn1.ASN1Sequence seq)
Konstruktur zum Decoden
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
decode(org.bouncycastle.asn1.ASN1Sequence seq)
Extrahiert aus der übergebenen DERSequence die Daten des Public Keys Objects.
|
java.lang.String |
getOID() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
Return an object, possibly constructed, of ASN.1 primitives
|
public AmPublicKey(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
oid
- Algorithm Identifier beeinhaltet die OID des verwendeten
Algorithmuspublic AmPublicKey(org.bouncycastle.asn1.ASN1Sequence seq)
seq
- ASN1 Sequenz welche die Public Key Struktur enthält.protected abstract void decode(org.bouncycastle.asn1.ASN1Sequence seq)
seq
- public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
public java.lang.String getOID()