PTDigestAlgorithm

@interface PTDigestAlgorithm : NSObject
{


}




+ (NSData*)CalculateDigest: (PTDigestAlgorithmType)in_digest_algorithm_type in_message_buf:  (NSData*)in_message_buf;
+ (NSData*)SignDigest: (NSData*)digest_buf digest_algorithm_type:  (PTDigestAlgorithmType)digest_algorithm_type pkcs12_keyfile_path:  (NSString *)pkcs12_keyfile_path pkcs12_password:  (NSString *)pkcs12_password;
- (instancetype)init;
@end

Undocumented