public static class ProxyMessage.GenECEdwardsOrMontgomeryKeypairParams extends ProxyMessage
GenECKeypairParams ::= SEQUENCE {
slotId P11SlotIdentifier,
control NewKeyControl,
ASN1ObjectIdentifier CurveOid }
ProxyMessage.AddCertParams, ProxyMessage.DigestSecretKeyTemplate, ProxyMessage.GenDSAKeypairParams, ProxyMessage.GenECEdwardsOrMontgomeryKeypairParams, ProxyMessage.GenECKeypairParams, ProxyMessage.GenRSAKeypairParams, ProxyMessage.GenSecretKeyParams, ProxyMessage.GenSM2KeypairParams, ProxyMessage.IdentityId, ProxyMessage.ImportSecretKeyParams, ProxyMessage.Mechanism, ProxyMessage.NewKeyControl, ProxyMessage.NewObjectControl, ProxyMessage.ObjectIdAndCert, ProxyMessage.ObjectIdentifier, ProxyMessage.ObjectIdentifiers, ProxyMessage.P11Params, ProxyMessage.RemoveObjectsParams, ProxyMessage.RSAPkcsPssParams, ProxyMessage.ServerCaps, ProxyMessage.SignTemplate, ProxyMessage.SlotIdAndObjectId, ProxyMessage.SlotIdentifier| Constructor and Description |
|---|
GenECEdwardsOrMontgomeryKeypairParams(P11SlotIdentifier slotId,
P11Slot.P11NewKeyControl control,
org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid) |
| Modifier and Type | Method and Description |
|---|---|
P11Slot.P11NewKeyControl |
getControl() |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getCurveOid() |
static ProxyMessage.GenECEdwardsOrMontgomeryKeypairParams |
getInstance(Object obj) |
P11SlotIdentifier |
getSlotId() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
getOctetStringBytespublic GenECEdwardsOrMontgomeryKeypairParams(P11SlotIdentifier slotId, P11Slot.P11NewKeyControl control, org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)
public static ProxyMessage.GenECEdwardsOrMontgomeryKeypairParams getInstance(Object obj) throws BadAsn1ObjectException
BadAsn1ObjectExceptionpublic org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Objectpublic P11SlotIdentifier getSlotId()
public P11Slot.P11NewKeyControl getControl()
public org.bouncycastle.asn1.ASN1ObjectIdentifier getCurveOid()
Copyright © 2019. All rights reserved.