Signer Utility class contains methods that can not be specifically grouped into other classes.
Beispiel #1
0
 public static ISigner GetSigner(DerObjectIdentifier id)
 {
     return(SignerUtilities.GetSigner(id.Id));
 }
Beispiel #2
0
 public static Asn1Encodable GetDefaultX509Parameters(DerObjectIdentifier id)
 {
     return(SignerUtilities.GetDefaultX509Parameters(id.Id));
 }