summary refs log tree commit diff
path: root/crypto/src/asn1/crmf/CertReqMsg.cs
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2017-06-25 18:20:45 +1000
committerDavid Hook <dgh@cryptoworkshop.com>2017-06-25 18:20:45 +1000
commit67aa67a62bfe7b35fe035bafbc5e9770b1debeb1 (patch)
tree9492b3fe1d559ceb9965f4d6b3bb78452796fbbe /crypto/src/asn1/crmf/CertReqMsg.cs
parentupdate (diff)
parentInitial cut of DSTU7564 digest and HMAC. (diff)
downloadBouncyCastle.NET-ed25519-67aa67a62bfe7b35fe035bafbc5e9770b1debeb1.tar.xz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'crypto/src/asn1/crmf/CertReqMsg.cs')
-rw-r--r--crypto/src/asn1/crmf/CertReqMsg.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/src/asn1/crmf/CertReqMsg.cs b/crypto/src/asn1/crmf/CertReqMsg.cs

index 20fd4179a..03ce32d99 100644 --- a/crypto/src/asn1/crmf/CertReqMsg.cs +++ b/crypto/src/asn1/crmf/CertReqMsg.cs
@@ -39,6 +39,13 @@ namespace Org.BouncyCastle.Asn1.Crmf return null; } + public static CertReqMsg GetInstance( + Asn1TaggedObject obj, + bool isExplicit) + { + return GetInstance(Asn1Sequence.GetInstance(obj, isExplicit)); + } + /** * Creates a new CertReqMsg. * @param certReq CertRequest