public static class ProxyMessage.IdentityId extends ProxyMessage
IdentityIdentifer ::= SEQUENCE {
slotId SlotIdentifier,
keyId ObjectIdentifier,
publicKeyLabel [1] UTF8 STRING OPTIONAL,
certLabel [2] UTF8 STRING OPTIONAL }
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 |
|---|
IdentityId(P11IdentityId value) |
| Modifier and Type | Method and Description |
|---|---|
static ProxyMessage.IdentityId |
getInstance(Object obj) |
P11IdentityId |
getValue() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
getOctetStringBytespublic IdentityId(P11IdentityId value)
public static ProxyMessage.IdentityId getInstance(Object obj) throws BadAsn1ObjectException
BadAsn1ObjectExceptionpublic org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Objectpublic P11IdentityId getValue()
Copyright © 2019. All rights reserved.