public static class ProxyMessage.RemoveObjectsParams extends ProxyMessage
RemoveObjectsParams ::= SEQUENCE {
slotId SlotIdentifier,
id OCTET STRING OPTIONAL, -- at least one of id and label must be present
label UTF8String OPTIONAL }
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 |
|---|
RemoveObjectsParams(P11SlotIdentifier slotId,
byte[] objectId,
String objectLabel) |
| Modifier and Type | Method and Description |
|---|---|
static ProxyMessage.RemoveObjectsParams |
getInstance(Object obj) |
String |
getObjectLabel() |
byte[] |
getOjectId() |
P11SlotIdentifier |
getSlotId() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
getOctetStringBytespublic RemoveObjectsParams(P11SlotIdentifier slotId, byte[] objectId, String objectLabel)
public static ProxyMessage.RemoveObjectsParams 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 byte[] getOjectId()
public String getObjectLabel()
Copyright © 2018. All rights reserved.