public static class ProxyMessage.SlotIdAndObjectId extends ProxyMessage
SlotIdAndObjectId ::= SEQUENCE {
slotId SlotIdentifier,
objectId ObjectIdentifier}
ProxyMessage.AddCertParams, ProxyMessage.DigestSecretKeyTemplate, ProxyMessage.GenDSAKeypairParams, 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 |
|---|
SlotIdAndObjectId(P11SlotIdentifier slotId,
P11ObjectIdentifier objectId) |
SlotIdAndObjectId(ProxyMessage.SlotIdentifier slotId,
ProxyMessage.ObjectIdentifier objectId) |
| Modifier and Type | Method and Description |
|---|---|
static ProxyMessage.SlotIdAndObjectId |
getInstance(Object obj) |
ProxyMessage.ObjectIdentifier |
getObjectId() |
ProxyMessage.SlotIdentifier |
getSlotId() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
getOctetStringBytespublic SlotIdAndObjectId(P11SlotIdentifier slotId, P11ObjectIdentifier objectId)
public SlotIdAndObjectId(ProxyMessage.SlotIdentifier slotId, ProxyMessage.ObjectIdentifier objectId)
public static ProxyMessage.SlotIdAndObjectId getInstance(Object obj) throws BadAsn1ObjectException
BadAsn1ObjectExceptionpublic org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Objectpublic ProxyMessage.SlotIdentifier getSlotId()
public ProxyMessage.ObjectIdentifier getObjectId()
Copyright © 2018. All rights reserved.