public static class ProxyMessage.ObjectIdAndCert extends ProxyMessage
ObjectIdAndCert ::= SEQUENCE {
slotId SlotIdentifier,
objectId ObjectIdentifier,
certificate Certificate }
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 |
|---|
ObjectIdAndCert(ProxyMessage.SlotIdentifier slotId,
ProxyMessage.ObjectIdentifier objectId,
org.bouncycastle.asn1.x509.Certificate certificate) |
ObjectIdAndCert(ProxyMessage.SlotIdentifier slotId,
ProxyMessage.ObjectIdentifier objectId,
X509Certificate certificate) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.Certificate |
getCertificate() |
static ProxyMessage.ObjectIdAndCert |
getInstance(Object obj) |
ProxyMessage.ObjectIdentifier |
getObjectId() |
ProxyMessage.SlotIdentifier |
getSlotId() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
getOctetStringBytespublic ObjectIdAndCert(ProxyMessage.SlotIdentifier slotId, ProxyMessage.ObjectIdentifier objectId, org.bouncycastle.asn1.x509.Certificate certificate)
public ObjectIdAndCert(ProxyMessage.SlotIdentifier slotId, ProxyMessage.ObjectIdentifier objectId, X509Certificate certificate)
public static ProxyMessage.ObjectIdAndCert 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()
public org.bouncycastle.asn1.x509.Certificate getCertificate()
Copyright © 2019. All rights reserved.