예제 #1
0
 public AgileEncryptionHeader(string descriptor)
     : this(AgileEncryptionInfoBuilder.ParseDescriptor(descriptor))
 {
 }
예제 #2
0
 public AgileEncryptionVerifier(String descriptor)
     : this(AgileEncryptionInfoBuilder.ParseDescriptor(descriptor))
 {
 }
예제 #3
0
 protected internal AgileDecryptor(AgileEncryptionInfoBuilder builder)
     : base(builder)
 {
 }
예제 #4
0
 protected internal AgileEncryptor(AgileEncryptionInfoBuilder builder)
 {
     this.builder = builder;
 }